diff --git a/apps/remix-ide/ci/browser_tests_chrome.sh b/apps/remix-ide/ci/browser_tests_chrome.sh index 4a3332c254..2f8632ca3a 100755 --- a/apps/remix-ide/ci/browser_tests_chrome.sh +++ b/apps/remix-ide/ci/browser_tests_chrome.sh @@ -22,7 +22,7 @@ setupRemixd sleep 5 TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) -echo TESTFILES +echo "$TESTFILES" npm run nightwatch_local_chrome $TESTFILES echo "$TEST_EXITCODE" diff --git a/apps/remix-ide/ci/browser_tests_firefox.sh b/apps/remix-ide/ci/browser_tests_firefox.sh index 3028589091..f9995d9507 100755 --- a/apps/remix-ide/ci/browser_tests_firefox.sh +++ b/apps/remix-ide/ci/browser_tests_firefox.sh @@ -22,7 +22,7 @@ setupRemixd sleep 5 TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings) -echo TESTFILES +echo "$TESTFILES" npm run nightwatch_local_firefox $TESTFILES echo "$TEST_EXITCODE"