From 8166cf5421685f25c6a482e14eaeacb209d1aadc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2020 09:13:21 +0200 Subject: Use *.config.mode instead of *.mode in tests --- tests/new.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/new.testscript') diff --git a/tests/new.testscript b/tests/new.testscript index 34b4dca..34a45e1 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -9,8 +9,8 @@ posix = ($cxx.target.class != 'windows') # test.arguments += --no-checks -config_c = config.c=$quote($recall($c.path) $c.mode, true) -config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +config_c = config.c=$quote($recall($c.path) $c.config.mode, true) +config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj -- cgit v1.1