Skip to content

Commit d4352ab

Browse files
committed
fixup: use bash
1 parent 78c8329 commit d4352ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run/runner/wall_time/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl WallTimeExecutor {
5656

5757
// Note: We're using --scope so that perf is able to capture the events of the benchmark process.
5858
let cmd = format!(
59-
"systemd-run {quiet_flag} --scope --slice=codspeed.slice --same-dir --uid={uid} --gid={gid} -- sh -c 'source {} && {}'",
59+
"systemd-run {quiet_flag} --scope --slice=codspeed.slice --same-dir --uid={uid} --gid={gid} -- bash -c 'source {} && {}'",
6060
env_file.path().display(),
6161
bench_cmd.replace("'", "\"")
6262
);

0 commit comments

Comments
 (0)