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/publish.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/publish.testscript') diff --git a/tests/publish.testscript b/tests/publish.testscript index 5428c3b..3427b1d 100644 --- a/tests/publish.testscript +++ b/tests/publish.testscript @@ -20,7 +20,7 @@ end test.arguments += --repository "$repository" --yes \ --author-name user --author-email user@example.com -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) new += 2>! init += $config_cxx -d prj 2>! &prj/**/bootstrap/*** -- cgit v1.1