Repository: trafficserver
Updated Branches:
  refs/heads/master 157dd5032 -> 2e51a7273


Add xunit output of the test results


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1687830e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1687830e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1687830e

Branch: refs/heads/master
Commit: 1687830ecb2a0783c788ff2e62661e1d554c5189
Parents: 157dd50
Author: Thomas Jackson <jackso...@apache.org>
Authored: Thu Apr 30 14:04:22 2015 -0700
Committer: Thomas Jackson <jackso...@apache.org>
Committed: Thu Apr 30 14:04:22 2015 -0700

----------------------------------------------------------------------
 ci/tsqa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1687830e/ci/tsqa/Makefile
----------------------------------------------------------------------
diff --git a/ci/tsqa/Makefile b/ci/tsqa/Makefile
index a46a684..c692857 100644
--- a/ci/tsqa/Makefile
+++ b/ci/tsqa/Makefile
@@ -20,7 +20,7 @@ VIRTUALENV_DIR = virtualenv
 
 # Run all tests.
 test: $(VIRTUALENV_DIR)
-       @source $(VIRTUALENV_DIR)/bin/activate && 
$(VIRTUALENV_DIR)/bin/nosetests -sv --logging-level=INFO
+       $(VIRTUALENV_DIR)/bin/nosetests --with-xunit -sv --logging-level=INFO
 
 # Scan and list the tests.
 list: $(VIRTUALENV_DIR)

Reply via email to