Skip to content

Commit d94c69f

Browse files
committed
Use bash instead of sh for broader compatibility running sbc-general-benchmark.
1 parent 660fcbd commit d94c69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/tasks/sbc-general-benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
general_benchmark_result = server.shell(
1515
name="Run sbc-general-benchmark.sh",
16-
commands="sh {}/sbc-general-benchmark.sh".format(working_dir),
16+
commands="bash {}/sbc-general-benchmark.sh".format(working_dir),
1717
_env={'PHP_VERSION': php_version},
1818
_sudo=True,
1919
)

0 commit comments

Comments
 (0)