summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 06ed5e384..1f2971aed 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -146,6 +146,7 @@ fi
count=0
>| $top_builddir/tests/failures
printf "%s\n" ${comps[*]} |
+ sort |
xargs -I '{}' -P $paraller_jobs -n 1 bash -c "'{}' \"$OPTS\" ||
echo 1 >> $top_builddir/tests/failures"
declare -a fail_file