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