added flag for start seed
This commit is contained in:
parent
adc37f8de2
commit
87499f834a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue