Sign in
qemu
/
meson
/
refs/heads/sharedwithrust
/
.
/
test cases
/
failing
/
73 run_command unclean exit
/
meson.build
blob: 4bc02ae7bd77c1e55b52db926c6a1e0f73f280ba [
file
] [
log
] [
blame
]
project
(
'run_command unclean exit'
,
'c'
)
rcprog
=
find_program
(
'./returncode.py'
)
run_command
(
rcprog
,
'1'
,
check
:
true
)