Add multiple bench directory selection

This commit is contained in:
Nikolay Puzanov
2023-06-15 17:47:42 +03:00
parent 923a08b9a8
commit 7e96777b89
2 changed files with 3 additions and 2 deletions

2
run.sh
View File

@@ -8,7 +8,7 @@ then
tests=$(ls -1d test-*)
elif [ -n "$1" ]
then
tests=$1
tests="$@"
else
echo "Usage: $0 <TEST_DIRECTORY | all>"
exit -1