We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceab651 commit b51eaabCopy full SHA for b51eaab
master/master.cfg
@@ -247,7 +247,7 @@ def make_bs_regtestcd(*args):
247
)
248
249
def make_bs_regtest(*prepended_args):
250
- cmd = list(prepended_args) + ["bash", scripts_root + "regtest", util.WithProperties('%(suffix)s')]
+ cmd = list(prepended_args) + [scripts_root + "regtest", util.WithProperties('%(suffix)s')]
251
252
return steps.Compile(
253
name="test",
0 commit comments