From c6196464780fbdb1a2dbdda92061189395e5072e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Mar 2018 19:22:42 +0300 Subject: Add support for --keep-out option --- tests/common.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/common.test') 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 -- cgit v1.1