Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
should probably be --dev
  • Loading branch information
cecton committed Apr 8, 2020
commit 5fbdbc0ff4ca44d36eab94af6e91db6b2599ef5e
2 changes: 2 additions & 0 deletions test/parachain/tests/polkadot_argument_parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ fn polkadot_argument_parsing() {
let _ = fs::remove_dir_all("polkadot_argument_parsing");
let mut cmd = Command::new(cargo_bin("cumulus-test-parachain-collator"))
.args(&[
"--dev",
"-d",
"polkadot_argument_parsing",
"--",
"--dev",
"--bootnodes",
"/ip4/127.0.0.1/tcp/30333/p2p/Qmbx43psh7LVkrYTRXisUpzCubbgYojkejzAgj5mteDnxy",
"--bootnodes",
Expand Down