From 8c9f6622d4fd4d0cd5ca861feaddf36900249aad Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Wed, 17 Jun 2015 13:49:15 -0700 Subject: [PATCH] A different Jenkins integration. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e2ebfbb..30c8dd8 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,7 @@ node_modules: package.json npm install test: node_modules - @JUNIT_REPORT_PATH=report.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha \ - --reporter mocha-jenkins-reporter --compilers coffee:coffee-script/register || true -# @node_modules/.bin/mocha + @./node_modules/.bin/mocha --recursive -R xunit test/ > test-reports.xml clean: rm -f $(targets)