From 4b03300471e2a56d888c8f19cbc11ecb211e4cc7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Oct 2020 12:11:06 +0100 Subject: Fix running tests --- extras/autowaf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/autowaf.py b/extras/autowaf.py index 87c0dc2..074a004 100644 --- a/extras/autowaf.py +++ b/extras/autowaf.py @@ -1198,9 +1198,9 @@ class TestScope: if verbosity > 1: self.tst.log_good('RUN ', name) - if Options.options.test_wrapper: + if Options.options.wrapper: import shlex - test = shlex.split(Options.options.test_wrapper) + test + test = shlex.split(Options.options.wrapper) + test output = TestOutput(expected) with open(os.devnull, 'wb') as null: -- cgit v1.2.1