aboutsummaryrefslogtreecommitdiff
path: root/tests/common.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.test')
-rw-r--r--tests/common.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test
index 4002df3..21c7801 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -8,7 +8,8 @@
# Use the same build system driver as the one running the tests (as opposed
# to one that may or may not be found via PATH).
#
-test.options += --build $recall($build.path)
+build = $recall($build.path)
+test.options += --build $build
# Helper commands that can be used by tests to prepare the testing environment
# or validate an outcome of the command being tested. They are likely to get