aboutsummaryrefslogtreecommitdiff
path: root/tests/publish.testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-16 09:13:21 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-16 15:48:26 +0300
commit8166cf5421685f25c6a482e14eaeacb209d1aadc (patch)
tree30fba98a50ff1258fbb736b95854952a94f42d83 /tests/publish.testscript
parentf3cac67d4467a5e01cef503f59026e08b84266d8 (diff)
Use *.config.mode instead of *.mode in tests
Diffstat (limited to 'tests/publish.testscript')
-rw-r--r--tests/publish.testscript2
1 files changed, 1 insertions, 1 deletions
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/***