Browse Source

network-tests: mkdir -p .tmp/

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

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

@@ -70,6 +70,7 @@ if [ "$TARGET_RUNIME" == "$RUNTIME" ]; then
 else
   # Copy new runtime wasm file from target joystream/node image
   echo "Extracting wasm blob from target joystream/node image."
+  mkdir -p .tmp/
   id=`docker create joystream/node:${TARGET_RUNTIME}`
   docker cp $id:/joystream/runtime.compact.wasm .tmp/
   docker rm $id