From eeed5341570e88ff494634198c77b54f3595a684 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Oct 2019 07:14:43 +0200 Subject: Quote config.{c,cxx} paths when passing to tests Without this Windows directory separators are treated as escapes. --- tests/common.testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/common.testscript') diff --git a/tests/common.testscript b/tests/common.testscript index 2340491..bee2cee 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -17,6 +17,8 @@ build = $recall($build.path) # Disable loading the user's default options files (that may affect the test # commands execution) for bdep, bpkg, and build2. # +# @@ Quote paths similar to config.cxx (how does it even work on Windows)? +# options_guard = $~/.build2 +mkdir $options_guard -- cgit v1.1