Skip to content

Commit

Permalink
pass additional args as command-line args
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Feb 18, 2009
1 parent 16c8170 commit 81d1e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_test_script
Expand Up @@ -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`

Expand Down

0 comments on commit 81d1e7b

Please sign in to comment.