mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
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:
parent
f07fdeee6a
commit
5b099f5c65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user