Format path

pull/5370/head
ioedeveloper 4 years ago
parent ebf7d5ba90
commit bf5960b3aa
  1. 4
      apps/remix-ide/ci/browser_tests_chrome.sh
  2. 4
      apps/remix-ide/ci/browser_tests_firefox.sh

@ -8,9 +8,7 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
echo 'sharing folder: ' &
echo $PWD &
echo '/apps/remix-ide/contracts' &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5

@ -8,9 +8,7 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
echo 'sharing folder: ' &
echo $PWD &
echo '/apps/remix-ide/contracts' &
echo 'sharing folder: ' $PWD '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5

Loading…
Cancel
Save