mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Collate only if --validator is given (#161)
This commit is contained in:
@@ -29,7 +29,7 @@ fn purge_chain_works() {
|
||||
|
||||
let _ = fs::remove_dir_all(base_path);
|
||||
let mut cmd = Command::new(cargo_bin("cumulus-test-parachain-collator"))
|
||||
.args(&["-d", base_path])
|
||||
.args(&["-d", base_path, "--dev", "--", "--dev"])
|
||||
.spawn()
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user