From 39cbfd86305659b0e56c5e63a578ad93be60a11b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Jul 2022 14:09:29 +0300 Subject: Fix tests making config_c* variables of [cmdline] type --- 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 711ef24..9f7db17 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.config.mode, true) -config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +config_c = [cmdline] config.c=$quote($recall($c.path) $c.config.mode, true) +config_cxx = [cmdline] config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj -- cgit v1.1