From 5b099f5c650b9de55dec7d511df7f1eb3fc5a7e4 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 24 Aug 2010 13:55:30 -0700 Subject: [PATCH] Revert "qa: remove random ordering from runallonce, for predictable resource matching" This snuck in by mistake in the leaks merge. This reverts commit 8778bacf3bee80e37a1898ba87fd7d2f37b56b8d. --- qa/runallonce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/runallonce.sh b/qa/runallonce.sh index 7324a25cfadac..1aeda70e4cb11 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 -- 2.39.5