Skip to content

Commit 28384ad

Browse files
committed
test
1 parent 9a6f7b7 commit 28384ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/linuxTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ phases:
4141
# Ensure that "foo | run_and_report" fails correctly.
4242
set -o pipefail
4343
. buildspec/shared/common.sh
44-
2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?" | run_and_report 2 \
44+
{ 2>&1 xvfb-run npm test --silent; npm run mergeReports -- "$?"; } | run_and_report 2 \
4545
'deleteTestTempDirs' \
4646
'This typically indicates a bug. Read https://developer.mozilla.org/docs/Web/JavaScript/Guide/Using_promises#error_handling'
4747
}

0 commit comments

Comments
 (0)