diff --git a/run_tests.sh b/run_tests.sh index d6678bdb..6506df0a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -108,7 +108,7 @@ function run_tests { if [ "$testropts" = "" ] && [ "$testrargs" = "" ]; then # Default to running all tests if specific test is not # provided. - testrargs="discover ./glance/tests" + testrargs="discover ./tests" fi ${wrapper} python -m testtools.run $testropts $testrargs