From: Greg Farnum Date: Tue, 24 Aug 2010 20:55:30 +0000 (-0700) Subject: Revert "qa: remove random ordering from runallonce, for predictable resource matching" X-Git-Tag: v0.22~225 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b099f5c650b9de55dec7d511df7f1eb3fc5a7e4;p=ceph.git Revert "qa: remove random ordering from runallonce, for predictable resource matching" This snuck in by mistake in the leaks merge. This reverts commit 8778bacf3bee80e37a1898ba87fd7d2f37b56b8d. --- diff --git a/qa/runallonce.sh b/qa/runallonce.sh index 7324a25cfada..1aeda70e4cb1 100755 --- a/qa/runallonce.sh +++ b/qa/runallonce.sh @@ -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