diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-16 09:12:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-16 09:12:11 +0200 |
commit | c38dbdc551789ee137bd6775e1a2a51c0923e590 (patch) | |
tree | b5495be9a06457539e55babc7c2a1182c0237f0a /tests/pkg-configure.testscript | |
parent | 830449e195736d58c3d33df929a99d533408ba0a (diff) |
Use *.config.mode instead of *.mode in tests
Diffstat (limited to 'tests/pkg-configure.testscript')
-rw-r--r-- | tests/pkg-configure.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-configure.testscript b/tests/pkg-configure.testscript index 841f0ad..5a7d8aa 100644 --- a/tests/pkg-configure.testscript +++ b/tests/pkg-configure.testscript @@ -65,7 +65,7 @@ $rep_create $out/stable &$out/stable/packages.manifest end -test.arguments += config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +test.arguments += config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) pkg_disfigure += -d cfg pkg_fetch += -d cfg 2>! |