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/test.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test.testscript') diff --git a/tests/test.testscript b/tests/test.testscript index 1079ccf..e1d44b3 100644 --- a/tests/test.testscript +++ b/tests/test.testscript @@ -3,7 +3,7 @@ .include common.testscript -config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +config_cxx = [cmdline] cc config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) new += 2>! init += $config_cxx -d prj 2>! -- cgit v1.1