diff --git a/meson.build b/meson.build index 49f4ea7..eee8584 100644 --- a/meson.build +++ b/meson.build @@ -145,7 +145,7 @@ python3_available_modules = [] foreach module, required : python3_test_modules if required and run_command(python3, '-c', 'import @0@'.format(module)).returncode() != 0 - warning('Python3 module \'' + module + '\' required by test suite not found') + error('Python3 module \'' + module + '\' required by test suite not found') endif endforeach