Browse Source

network-tests: fix yarn command to do runtime upgrade

Mokhtar Naamani 4 years ago
parent
commit
0a03136376
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tests/network-tests/run-tests.sh

+ 2 - 3
tests/network-tests/run-tests.sh

@@ -79,9 +79,8 @@ docker rm $id
 yarn workspace api-examples tsnode-strict src/status.ts
 
 echo "Performing runtime upgrade."
-# DEBUG=* yarn workspace api-examples tsnode-strict \
-#   src/dev-set-runtime-code.ts -- `pwd`/.tmp/runtime.compact.wasm
-DEBUG=* yarn workspace api-examples dev-set-runtime-code `pwd`/.tmp/runtime.compact.wasm
+DEBUG=* yarn workspace api-examples tsnode-strict \
+  src/dev-set-runtime-code.ts -- `pwd`/.tmp/runtime.compact.wasm
 
 # Display runtime version
 yarn workspace api-examples tsnode-strict src/status.ts