Concat exit code after test spliting

pull/11/head
ioedeveloper 4 years ago
parent aec6bade92
commit b856212dc1
  1. 2
      apps/remix-ide/ci/browser_tests.sh

@ -22,7 +22,7 @@ setupRemixd
sleep 5
TESTFILES=$(circleci tests glob "./test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
npm run nightwatch_local_chrome $TESTFILES
npm run nightwatch_local_chrome ${TESTFILES || exit 1;}
echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ]

Loading…
Cancel
Save