summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-09-29 14:07:04 -0700
committerJoe Heck <heckj@mac.com>2012-09-30 17:15:53 +0000
commit1262a07277468dd48ba2167849fecf4c4766784b (patch)
tree34853d5be4866c580f3f3f8e1481fa39d3332306 /run_tests.sh
parent433edcfbf72602ec4e7bf0ad996cdb2fb31305ba (diff)
downloadkeystone-1262a07277468dd48ba2167849fecf4c4766784b.tar.gz
keystone-1262a07277468dd48ba2167849fecf4c4766784b.tar.xz
keystone-1262a07277468dd48ba2167849fecf4c4766784b.zip
fixes bug 1058429
remove redirect to logfile with updated test runner Change-Id: I27923e7c91fbe3c57adfae210467fffaf9f52d80
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 2e21e24f..0650bbf1 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -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" ];