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-09-21 13:20:08 +0100
commitfba8fd21310b6edb1135d42558921b380393f26b (patch)
tree992486a7147a7bb255e8abe1487864585152b910 /tests
parente841083d950d016b64d0a6189f5c9644a8a98bc8 (diff)
downloadgobject-introspection-fba8fd21310b6edb1135d42558921b380393f26b.tar.gz
build: Add run_command() argument
The `check` argument to `run_command()` is now mandatory. (cherry picked from commit 3b5db10205023bfa43a9675a6ade826653a1c41c) Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
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@',