aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-16 09:12:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-16 09:12:11 +0200
commitc38dbdc551789ee137bd6775e1a2a51c0923e590 (patch)
treeb5495be9a06457539e55babc7c2a1182c0237f0a
parent830449e195736d58c3d33df929a99d533408ba0a (diff)
Use *.config.mode instead of *.mode in tests
-rw-r--r--tests/cfg-create.testscript2
-rw-r--r--tests/pkg-build.testscript2
-rw-r--r--tests/pkg-clean.testscript2
-rw-r--r--tests/pkg-configure.testscript2
-rw-r--r--tests/pkg-update.testscript2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript
index cb2f643..9461dad 100644
--- a/tests/cfg-create.testscript
+++ b/tests/cfg-create.testscript
@@ -3,7 +3,7 @@
.include common.testscript
-config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
pkg_status += -d cfg
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index d1cfb91..f6561d6 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -145,7 +145,7 @@
$git_extract $src/git/libbaz.tar &$out_git/state1/***
end
-config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
pkg_configure += -d cfg $config_cxx 2>!
pkg_disfigure += -d cfg
diff --git a/tests/pkg-clean.testscript b/tests/pkg-clean.testscript
index c75055c..7e04425 100644
--- a/tests/pkg-clean.testscript
+++ b/tests/pkg-clean.testscript
@@ -47,7 +47,7 @@
&$out/hello/signature.manifest
end
-pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.mode, true) 2>!
+pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) 2>!
pkg_disfigure += -d cfg
pkg_fetch += -d cfg 2>!
pkg_purge += -d cfg
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>!
diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript
index 6d3e11f..f0a8f64 100644
--- a/tests/pkg-update.testscript
+++ b/tests/pkg-update.testscript
@@ -47,7 +47,7 @@
&$out/hello/signature.manifest
end
-config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true)
+config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
pkg_configure += -d cfg $config_cxx 2>!
pkg_disfigure += -d cfg