File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,6 @@ use std::mem;
6
6
/// Plaintext patterns which, if found in a line, cause all remaining lines to be ignored until the
7
7
/// corresponding pattern (second tuple element) is found in a line.
8
8
static IGNORE_BLOCK : & [ ( & str , & str ) ] = & [
9
- // apt-get install's actual output is unpredictable
10
- ( "+ apt-get install" , " removed; done." ) ,
11
- // The network speeds Kb/s / Mb/s mess things up
12
- ( "Cloning into 'rust-lang/rust'..." , "git checkout -qf " ) ,
13
- // Skip the clone and unpack section
14
- ( "remote: Enumerating objects" , "Note: checking out" ) ,
15
- // The output can vary wildly
16
- ( "Disk usage after running" , "travis_time:end:" ) ,
17
9
// Skip environment varialbes
18
10
(
19
11
"##[group]Run src/ci/scripts/dump-environment.sh" ,
You can’t perform that action at this time.
0 commit comments