Skip to content

Commit

Permalink
fix: use unique logfile names (#1711)
Browse files Browse the repository at this point in the history
Fixes: #1681
  • Loading branch information
fhinkel authored Apr 9, 2020
1 parent 16f7485 commit 2c74922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build-with-appengine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -e;
export GCLOUD_PROJECT=nodejs-docs-samples-tests

# Activate mocha config
export MOCHA_REPORTER_OUTPUT=sponge_log.xml
export MOCHA_REPORTER_OUTPUT=${PROJECT}_sponge_log.xml
export MOCHA_REPORTER=xunit
pushd github/nodejs-docs-samples
mv .kokoro/.mocharc.js .
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/build-with-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
set -eo pipefail

# Activate mocha config
export MOCHA_REPORTER_OUTPUT=sponge_log.xml
export MOCHA_REPORTER_OUTPUT=${PROJECT}_sponge_log.xml
export MOCHA_REPORTER=xunit
pushd github/nodejs-docs-samples
mv .kokoro/.mocharc.js .
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export BOT_ACCESS_TOKEN=${KOKORO_GFILE_DIR}/secrets-slack-bot-access-token.txt
export CHANNEL=${KOKORO_GFILE_DIR}/secrets-slack-channel-id.txt

# Activate mocha config
export MOCHA_REPORTER_OUTPUT=sponge_log.xml
export MOCHA_REPORTER_OUTPUT=${PROJECT}_sponge_log.xml
export MOCHA_REPORTER=xunit
pushd github/nodejs-docs-samples
mv .kokoro/.mocharc.js .
Expand Down

0 comments on commit 2c74922

Please sign in to comment.