fixes bug 1058429

remove redirect to logfile with updated test runner

Change-Id: I27923e7c91fbe3c57adfae210467fffaf9f52d80
This commit is contained in:
Joe Heck 2012-09-29 14:07:04 -07:00
parent 433edcfbf7
commit 1262a07277

View File

@ -90,7 +90,7 @@ fi
function run_tests {
# Just run the test suites in current environment
${wrapper} $NOSETESTS 2> run_tests.log
${wrapper} $NOSETESTS
# If we get some short import error right away, print the error log directly
RESULT=$?
if [ "$RESULT" -ne "0" ];