summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:49:29 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:49:29 +0100
commit3b5db10205023bfa43a9675a6ade826653a1c41c (patch)
treed7a2e95fecbdc96c73fb0218bfa32a54337a7c40 /tests
parentb20205170f5656b3d0aa3cbc3cee8a3c0f54233d (diff)
downloadgobject-introspection-3b5db10205023bfa43a9675a6ade826653a1c41c.tar.gz
build: Add run_command() argument
The `check` argument to `run_command()` is now mandatory.
Diffstat (limited to 'tests')
-rw-r--r--tests/scanner/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index b81b3fd5..e77c2de0 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -102,7 +102,7 @@ regress_lib = shared_library('regress-1.0',
dependencies: [gobject_dep, gio_dep] + regress_deps,
)
-python_path = run_command(python, ['-c', 'import sys; sys.stdout.write(sys.executable)']).stdout()
+python_path = run_command(python, ['-c', 'import sys; sys.stdout.write(sys.executable)'], check: true).stdout()
gircompiler_command = [
test_gircompiler, '-o', '@OUTPUT@', '@INPUT@',