summaryrefslogtreecommitdiffstats
path: root/qa/runallonce.sh
diff options
context:
space:
mode:
authorGreg Farnum <gregf@hq.newdream.net>2010-08-24 22:55:30 +0200
committerGreg Farnum <gregf@hq.newdream.net>2010-08-24 22:55:30 +0200
commit5b099f5c650b9de55dec7d511df7f1eb3fc5a7e4 (patch)
tree88c5e9f6a67d48c64f047acb8e1d2be52d055fae /qa/runallonce.sh
parentclient: only includee xattrs in caps msg if we are flushing that bit (diff)
downloadceph-5b099f5c650b9de55dec7d511df7f1eb3fc5a7e4.tar.xz
ceph-5b099f5c650b9de55dec7d511df7f1eb3fc5a7e4.zip
Revert "qa: remove random ordering from runallonce, for predictable resource matching"
This snuck in by mistake in the leaks merge. This reverts commit 8778bacf3bee80e37a1898ba87fd7d2f37b56b8d.
Diffstat (limited to 'qa/runallonce.sh')
-rwxr-xr-xqa/runallonce.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/runallonce.sh b/qa/runallonce.sh
index 7324a25cfad..1aeda70e4cb 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