parent
0638e38bfc
commit
639063db7f
2 changed files with 5 additions and 1 deletions
@ -0,0 +1,4 @@ |
||||
#!/usr/bin/env python3 |
||||
|
||||
import sys |
||||
sys.exit(1) |
@ -1,7 +1,7 @@ |
||||
project('failed pickled command') |
||||
|
||||
custom_target('failure', |
||||
command: ['false', '\n'], |
||||
command: [find_program('false.py'), '\n'], |
||||
output: 'output.txt', |
||||
build_by_default: true, |
||||
) |
||||
|
Loading…
Reference in new issue