From 6fa20055c60d92f7edd30daf3fcd6f4ef290ed18 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 18 May 2015 16:34:01 -0700 Subject: Generate XML reports when running on Jenkins If we detect a Jenkins environment using the environment variable JASMINE_JUNIT_REPORTS_DIR that we set in the job's configuration, then generate XML test reports for each Jasmine unit test. [endlessm/eos-sdk#3172] --- test/Makefile.am.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc index dc90227..11e4dea 100644 --- a/test/Makefile.am.inc +++ b/test/Makefile.am.inc @@ -64,6 +64,7 @@ AM_JS_LOG_FLAGS = \ --include-path=$(top_srcdir)/webhelper \ --include-path=$(top_srcdir) \ --tap \ + @JASMINE_REPORT_ARGUMENT@ \ --no-config \ $(NULL) LOG_COMPILER = gtester -- cgit v1.2.3