Skip to content

Commit

Permalink
fixes bug 1058429
Browse files Browse the repository at this point in the history
remove redirect to logfile with updated test runner

Change-Id: I27923e7c91fbe3c57adfae210467fffaf9f52d80
  • Loading branch information
heckj committed Sep 30, 2012
1 parent 433edcf commit 1262a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -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" ];
Expand Down

0 comments on commit 1262a07

Please sign in to comment.