File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ run-test-authorize-and-store test_dir runtime mode="ws" ws_url="ws://localhost:1
414414 node $SCRIPT_NAME " $RELAY_CHAINSPEC_PATH" " $PARACHAIN_CHAINSPEC_PATH" " {{ ipfs_api_url }} "
415415 else
416416 CHAINSPEC_PATH=" {{ test_dir }} /bob/cfg/bulletin-polkadot-local.json"
417- node $SCRIPT_NAME " $CHAINSPEC_PATH" " {{ ipfs_api_url }} "
417+ node $SCRIPT_NAME " $CHAINSPEC_PATH" " " " {{ ipfs_api_url }} "
418418 fi
419419 else
420420 node $SCRIPT_NAME " {{ ws_url }} " " {{ seed }} " " {{ ipfs_api_url }} "
@@ -490,7 +490,7 @@ run-authorize-and-store runtime mode="ws": npm-install
490490 node $SCRIPT_NAME " $RELAY_CHAINSPEC_PATH" " $PARACHAIN_CHAINSPEC_PATH" " http://127.0.0.1:8080"
491491 else # bulletin-polkadot-runtime (solochain)
492492 CHAINSPEC_PATH=" $TEST_DIR/bob/cfg/bulletin-polkadot-local.json"
493- node $SCRIPT_NAME " $CHAINSPEC_PATH" " http://127.0.0.1:8080"
493+ node $SCRIPT_NAME " $CHAINSPEC_PATH" " " " http://127.0.0.1:8080"
494494 fi
495495 else
496496 node $SCRIPT_NAME " ws://localhost:10000" " //Alice" " http://127.0.0.1:8080"
You can’t perform that action at this time.
0 commit comments