mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 00:24:14 +00:00
Print raw output in reverse chronological order.
Bug #261616 r=timeless
This commit is contained in:
parent
0f10bab80d
commit
b6801137f2
@ -328,7 +328,7 @@ if( !$show_raw ) {
|
||||
}
|
||||
else {
|
||||
print "<pre>";
|
||||
for my $ci (@$result) {
|
||||
for my $ci (reverse @$result) {
|
||||
$ci->[$::CI_LOG] = '';
|
||||
$s = join("|",@$ci);
|
||||
print "$s\n";
|
||||
|
Loading…
Reference in New Issue
Block a user