Skip to content

Commit

Permalink
Integration test: Make sed command work for MacOS also
Browse files Browse the repository at this point in the history
  • Loading branch information
hewison-chris authored and mkykadir committed Mar 16, 2022
1 parent 397695e commit d2b6dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/system_integration_test.d
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ immutable Cleanup = [ "rm", "-rf", IntegrationPath.buildPath("node/0/.cache/"),
IntegrationPath.buildPath("node/6/.cache/"),
IntegrationPath.buildPath("node/7/.cache/"),
];
auto SetGenesisTimestamp = ["sed", "-i",
auto SetGenesisTimestamp = ["sed", "-i''",
"s/genesis_timestamp: [0-9]\\+/genesis_timestamp: curr_time/g",
IntegrationPath.buildPath("node/0/config.yaml"),
IntegrationPath.buildPath("node/2/config.yaml"),
Expand Down

0 comments on commit d2b6dec

Please sign in to comment.