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/config.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/config.testscript') diff --git a/tests/config.testscript b/tests/config.testscript index 2e28399..3af7621 100644 --- a/tests/config.testscript +++ b/tests/config.testscript @@ -6,7 +6,7 @@ .include common.testscript project.testscript -config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) status += -d prj init += -d prj -- cgit v1.1