Ver Fonte

fix missing brackets in run-tests.sh

Mokhtar Naamani há 4 anos atrás
pai
commit
ecae40cd9d
1 ficheiros alterados com 1 adições e 1 exclusões
  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