Skip to content

Commit 89ced3a

Browse files
authored
Update browser_test.sh
1 parent baa4f15 commit 89ced3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/remix-ide/ci/browser_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ node apps/remix-ide/ci/splice_tests.js $2 $3
1818
TESTFILES=$(node apps/remix-ide/ci/splice_tests.js $2 $3 | grep -v 'metamask' | circleci tests split --split-by=timings)
1919
for TESTFILE in $TESTFILES; do
2020
if ! npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch-${1}.js dist/apps/remix-ide-e2e/src/tests/${TESTFILE}.js --env=$1; then
21+
if ! npx nightwatch --config dist/apps/remix-ide-e2e/nightwatch-${1}.js dist/apps/remix-ide-e2e/src/tests/${TESTFILE}.js --env=$1; then
2122
TEST_EXITCODE=1
2223
break
24+
fi
2325
fi
2426
done
2527

0 commit comments

Comments
 (0)