aboutsummaryrefslogtreecommitdiff
path: root/tests/test.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-08 14:09:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-07-08 15:49:14 +0300
commit39cbfd86305659b0e56c5e63a578ad93be60a11b (patch)
tree5fbcbe1afe47cfb29189827f2125f335510667cf /tests/test.testscript
parent9403537150bd2d4e7befb1b40fb61ea8db0ed751 (diff)
Fix tests making config_c* variables of [cmdline] type
Diffstat (limited to 'tests/test.testscript')
-rw-r--r--tests/test.testscript2
1 files changed, 1 insertions, 1 deletions
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>!