Skip to content

Commit

Permalink
Include version number in test results
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Oct 31, 2016
1 parent e3948a2 commit 734a952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const runIntegrationTests = () => gulp.src(['test/lib/setup.js', 'test/integrati
.pipe($.mocha({
reporter: CIRCLECI ? 'mocha-junit-reporter' : 'spec',
reporterOptions: CIRCLECI ? {
mochaFile: `${CIRCLE_TEST_REPORTS}/junit/test-results.xml`
mochaFile: `${CIRCLE_TEST_REPORTS}/junit/test-results-${process.version}.xml`
} : {},
grep: argv.grep,
bail: argv.bail
Expand Down

0 comments on commit 734a952

Please sign in to comment.