summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-04-06 18:41:39 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-04-06 18:41:39 +0000
commit6d2f0a1f7c76fda5762309a8dba86acfcd5acd81 (patch)
tree04f953678d5de7fb4b5a3b002ebb86851791bcb4 /lib/sbin
parent1ff95fab39ac180491442fdcd82eb2a88738cccb (diff)
sort failed files by name
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4604 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-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 8329ca53..54cdb5af 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -1507,7 +1507,7 @@ sub ViewResults
$count = 1;
&debug_indent;
my $filesmissing = $rundata->{"$thorn $test FILEMISSING"};
- foreach $file (split(" ",$testdata->{"$thorn $test DATAFILES"}))
+ foreach $file (sort split(" ",$testdata->{"$thorn $test DATAFILES"}))
{
&debug_print("considering file '$file'");
if ($rundata->{"$thorn $test $file NFAILSTRONG"}