X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=b2bf807c1971754c234b27c67f38bde3704ffc10;hb=3e3426f2cc0e44f4048d058b227fab2c9db3e5b9;hp=6770e64cb02e474b0b35ebd089dd6a4c07e5acd0;hpb=22c9496a9f0c88991d6d3dedd7f0b6443452901b;p=yardstick.git diff --git a/run_tests.sh b/run_tests.sh index 6770e64cb..b2bf807c1 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -25,8 +25,7 @@ run_flake8() { run_tests() { echo -n "Running unittest ... " - logfile=test.log - python -m unittest discover -s yardstick/tests &> $logfile + python -m unittest discover -s tests/unit if [ $? -ne 0 ]; then echo "FAILED, result in $logfile" exit 1 @@ -36,5 +35,5 @@ run_tests() { } run_flake8 -run_tests +#run_tests