pass additional args as command-line args
This commit is contained in:
parent
16c8170498
commit
81d1e7bc3b
|
@ -10,7 +10,7 @@ if [ ! -f $HERE/../tests/mongo-qa/$1 ] ; then
|
|||
fi
|
||||
|
||||
begintime=`date`
|
||||
ruby $HERE/../tests/mongo-qa/$1 >> $2
|
||||
ruby $HERE/../tests/mongo-qa/$1 $3 $4 >> $2
|
||||
exitval=$?
|
||||
endtime=`date`
|
||||
|
||||
|
|
Loading…
Reference in New Issue