Revert "qa: remove random ordering from runallonce, for predictable resource matching"

This snuck in by mistake in the leaks merge.

This reverts commit 8778bacf3b.
This commit is contained in:
Greg Farnum 2010-08-24 13:55:30 -07:00
parent f07fdeee6a
commit 5b099f5c65

View File

@ -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