]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "qa: remove random ordering from runallonce, for predictable resource matching"
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 24 Aug 2010 20:55:30 +0000 (13:55 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 24 Aug 2010 20:55:30 +0000 (13:55 -0700)
This snuck in by mistake in the leaks merge.

This reverts commit 8778bacf3bee80e37a1898ba87fd7d2f37b56b8d.

qa/runallonce.sh

index 7324a25cfadacacf36bb990701407ce21ee0e704..1aeda70e4cb11891f8bdab6f383f5254cb0906de 100755 (executable)
@@ -11,7 +11,7 @@ testdir="$1"
 [ -z "$testdir" ] || [ ! -d "$testdir" ] && echo "specify test dir" && exit 1
 cd $testdir
 
-for test in `cd $basedir/workunits && ls | grep .sh `
+for test in `cd $basedir/workunits && ls | grep .sh | $basedir/../src/script/permute`
 do
   echo "------ running test $test ------"
   pwd