diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build index 283ce3e8..07b5818f 100644 --- a/test/meson.build +++ b/test/meson.build @@ -2,7 +2,6 @@ # SPDX-License-Identifier: 0BSD OR ISC run_suite = find_program('run_suite.py') - wrapper = meson.get_external_property('exe_wrapper', '') ######################## @@ -268,7 +267,8 @@ if is_variable('serdi') foreach name, args : test_suites test( - name, run_suite, + name, + run_suite, args: script_args + args, suite: ['suite'], timeout: 240, |