Forráskód Böngészése

fix missing brackets in run-tests.sh

Mokhtar Naamani 4 éve
szülő
commit
ecae40cd9d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      tests/network-tests/run-tests.sh

+ 1 - 1
tests/network-tests/run-tests.sh

@@ -58,4 +58,4 @@ CONTAINER_ID=`docker run -d -v ${DATA_PATH}:/data -p 9944:9944 joystream/node \
   --chain /data/chain-spec-raw.json`
 
 # Execute the tests then stop the container
-yarn workspace network-tests test || echo "Failed Running Tests" && cleanup
+(yarn workspace network-tests test || echo "Failed Running Tests") && cleanup