summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
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 d6678bd..6506df0 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