summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@emc.com>2016-07-14 16:20:44 -0400
committerMark Beierl <mark.beierl@emc.com>2016-07-14 16:20:44 -0400
commit2227414bd57f4b7f5f275d915fa8f6a2aa21f8f7 (patch)
treeb7ed9d0e356d27383396d680b059b4ab18069915 /ci
parentce3f927c2bc98eaf124e96f99cbcc33fbebabeed (diff)
Separation of test and source
Moving the test files into their own top-level directory to keep things clean Change-Id: Ic50b881045bc59b003807923424345b335dd5c95 Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/verify.sh2
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