One more unixy fix.

pull/8538/head
Jussi Pakkanen 4 years ago
parent 0638e38bfc
commit 639063db7f
  1. 4
      test cases/failing build/5 failed pickled/false.py
  2. 2
      test cases/failing build/5 failed pickled/meson.build

@ -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…
Cancel
Save