added flag for start seed

This commit is contained in:
Ole Richter 2022-04-11 20:16:32 +02:00
parent adc37f8de2
commit 87499f834a
1 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,10 @@ fi
cd "unit_tests"
# run all test except single one is specified
if [ ! -z $2 ]; then
if [ ! -z $3 ]; then
numberofruns=$2+$3
iteration=$3
elif [ ! -z $2 ]; then
numberofruns=$2
fi