summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTestUtils.pl
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-08-22 10:58:17 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-08-22 10:58:17 +0000
commitd1285e1b1b7ae7b56d0db3f035ce0a9c7894f778 (patch)
treefe0f3bbdce83f8ca275cbbd4cb16d53a7e55cc8f /lib/sbin/RunTestUtils.pl
parent6a518592168e485fdce4e52fda72493f35eb9f00 (diff)
sort list of differing files in testsuite output
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4566 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/RunTestUtils.pl')
-rw-r--r--lib/sbin/RunTestUtils.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index 273c9032..8329ca53 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -1241,7 +1241,7 @@ sub ReportOnTest
# Different lines in files
push (@log, '') if (@log);
- foreach $file (split(' ',$testdata->{"$thorn $test DATAFILES"}))
+ foreach $file (sort(split(' ',$testdata->{"$thorn $test DATAFILES"})))
{
my $key = "$thorn $test $file";
next unless ($rundata->{"$key NFAILWEAK"} > 0);