mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases.
This commit is contained in:
parent
681064b65e
commit
5165535527
@ -85,7 +85,8 @@ sub find_scrape_data {
|
||||
# Strip off the TinderboxPrint: part of the line
|
||||
chomp;
|
||||
s/.*TinderboxPrint://;
|
||||
@line = split(';', $_);
|
||||
#@line = split(';', $_);
|
||||
push(@line, $_);
|
||||
push(@rv, @line);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user