mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
Make sure the files get sorted correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
381977d191
commit
e7113ad6c6
@ -281,7 +281,7 @@ my $ProgramsTable = ReadFile "report.nightly.html";
|
||||
# Create a list of the tests which were run...
|
||||
#
|
||||
system "grep -E 'TEST-(PASS|FAIL)' < $Prefix-ProgramTest.txt "
|
||||
. "| sort --key=3 > $Prefix-Tests.txt";
|
||||
. "| sort > $Prefix-Tests.txt";
|
||||
|
||||
# Compress the test output
|
||||
system "gzip $Prefix-ProgramTest.txt";
|
||||
|
Loading…
x
Reference in New Issue
Block a user