pass additional args as command-line args

This commit is contained in:
Mike Dirolf 2009-02-18 17:42:37 -05:00
parent 16c8170498
commit 81d1e7bc3b
1 changed files with 1 additions and 1 deletions

View File

@ -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`