Rename cumulus-test-parachain-collator to rococo-collator (#173)

Ran `find . -type f -name "*" -print0 | xargs -0 sed -i -e "s/cumulus-test-parachain-collator/rococo-collator/g"`
This commit is contained in:
Dan Forbes
2020-08-04 10:44:02 -07:00
committed by GitHub
parent 23c1954c74
commit e739334f76
11 changed files with 78 additions and 78 deletions
@@ -32,7 +32,7 @@ fn polkadot_argument_parsing() {
fn run_command_and_kill(signal: Signal) {
let _ = fs::remove_dir_all("polkadot_argument_parsing");
let mut cmd = Command::new(cargo_bin("cumulus-test-parachain-collator"))
let mut cmd = Command::new(cargo_bin("rococo-collator"))
.args(&[
"-d",
"polkadot_argument_parsing",