summaryrefslogtreecommitdiffstats
path: root/tools/gswauth_functional_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gswauth_functional_tests.sh')
-rwxr-xr-xtools/gswauth_functional_tests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/gswauth_functional_tests.sh b/tools/gswauth_functional_tests.sh
index 5e4b31a..dbe2248 100755
--- a/tools/gswauth_functional_tests.sh
+++ b/tools/gswauth_functional_tests.sh
@@ -70,12 +70,6 @@ run_generic_tests()
--with-html-output \
--html-out-file functional_tests/gluster-swift-gswauth-generic-functional-result.html \
test/functional || fail "Functional tests failed"
- nosetests -v --exe \
- --with-xunit \
- --xunit-file functional_tests/gluster-swift-gswauth-functionalnosetests-TC-report.xml \
- --with-html-output \
- --html-out-file functional_tests/gluster-swift-gswauth-functionalnosetests-result.html \
- test/functionalnosetests || fail "Functional-nose tests failed"
}
### MAIN ###