Remove debug code in recipe steps (from aa4845fd)
This commit is contained in:
parent
dbe7fea204
commit
8efb548474
@ -7,7 +7,6 @@ def run_recipe(remote: false, options: nil, check: false, rargv: nil)
|
|||||||
command << options if options
|
command << options if options
|
||||||
command << ['--', *rargv] if rargv
|
command << ['--', *rargv] if rargv
|
||||||
|
|
||||||
p command.join(' ')
|
|
||||||
run_simple command.join(' '), false
|
run_simple command.join(' '), false
|
||||||
|
|
||||||
assert_exit_status 0 if check
|
assert_exit_status 0 if check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user