Fix run_tests.sh path for --debug

This commit is contained in:
Michał Sawicz 2015-07-02 15:02:16 +02:00
parent f469c7b6e1
commit 7368dfe8cc
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function run_tests {
if [ "$testropts" = "" ] && [ "$testrargs" = "" ]; then
# Default to running all tests if specific test is not
# provided.
testrargs="discover ./nova/tests/unit"
testrargs="discover ./nclxd/tests"
fi
${wrapper} python -m testtools.run $testropts $testrargs