File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -e;
19
19
export GCLOUD_PROJECT=nodejs-docs-samples-tests
20
20
21
21
# Activate mocha config
22
- export MOCHA_REPORTER_OUTPUT=sponge_log .xml
22
+ export MOCHA_REPORTER_OUTPUT=${PROJECT} _sponge_log .xml
23
23
export MOCHA_REPORTER=xunit
24
24
pushd github/nodejs-docs-samples
25
25
mv .kokoro/.mocharc.js .
Original file line number Diff line number Diff line change 17
17
set -eo pipefail
18
18
19
19
# Activate mocha config
20
- export MOCHA_REPORTER_OUTPUT=sponge_log .xml
20
+ export MOCHA_REPORTER_OUTPUT=${PROJECT} _sponge_log .xml
21
21
export MOCHA_REPORTER=xunit
22
22
pushd github/nodejs-docs-samples
23
23
mv .kokoro/.mocharc.js .
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export BOT_ACCESS_TOKEN=${KOKORO_GFILE_DIR}/secrets-slack-bot-access-token.txt
72
72
export CHANNEL=${KOKORO_GFILE_DIR} /secrets-slack-channel-id.txt
73
73
74
74
# Activate mocha config
75
- export MOCHA_REPORTER_OUTPUT=sponge_log .xml
75
+ export MOCHA_REPORTER_OUTPUT=${PROJECT} _sponge_log .xml
76
76
export MOCHA_REPORTER=xunit
77
77
pushd github/nodejs-docs-samples
78
78
mv .kokoro/.mocharc.js .
You can’t perform that action at this time.
0 commit comments