fixed output redirection
This commit is contained in:
parent
c47c66f17e
commit
0049756491
@ -6,7 +6,7 @@
|
|||||||
HERE=`dirname $0`
|
HERE=`dirname $0`
|
||||||
|
|
||||||
begintime=`date`
|
begintime=`date`
|
||||||
ruby $HERE/../tests/mongo-qa/$1
|
ruby $HERE/../tests/mongo-qa/$1 >> $2
|
||||||
exitval=$?
|
exitval=$?
|
||||||
endtime=`date`
|
endtime=`date`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user