meson: add check to run_command
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
Because we really should be checking that it succeeds, and because not setting it is deprecated.pull/240/head
parent
c04097e491
commit
dd779ad9f8
|
@ -19,5 +19,5 @@ tests = [
|
||||||
# yuck
|
# yuck
|
||||||
foreach test : tests
|
foreach test : tests
|
||||||
test_file = configure_file(input: test + '.sh', output: test, copy: true)
|
test_file = configure_file(input: test + '.sh', output: test, copy: true)
|
||||||
run_command('chmod', '755', test_file)
|
run_command('chmod', '755', test_file, check : true)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in New Issue