We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6f7b7 commit 28384adCopy full SHA for 28384ad
buildspec/linuxTests.yml
@@ -41,7 +41,7 @@ phases:
41
# Ensure that "foo | run_and_report" fails correctly.
42
set -o pipefail
43
. buildspec/shared/common.sh
44
- 2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?" | run_and_report 2 \
+ { 2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?"; } | run_and_report 2 \
45
'deleteTestTempDirs' \
46
'This typically indicates a bug. Read https://developer.mozilla.org/docs/Web/JavaScript/Guide/Using_promises#error_handling'
47
}
0 commit comments