diff options
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 89b1406..24aadac 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -52,7 +52,7 @@ nosetests --with-xunit \ --with-coverage \ --cover-package=storperf\ --cover-xml \ - storperf + tests rc=$? deactivate |