Skip to content

Commit 918c381

Browse files
committed
extract: remove ignore logs from the travis days
1 parent 1420b0b commit 918c381

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/extract.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ use std::mem;
66
/// Plaintext patterns which, if found in a line, cause all remaining lines to be ignored until the
77
/// corresponding pattern (second tuple element) is found in a line.
88
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:"),
179
// Skip environment varialbes
1810
(
1911
"##[group]Run src/ci/scripts/dump-environment.sh",

0 commit comments

Comments
 (0)