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/ci.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci.testscript') diff --git a/tests/ci.testscript b/tests/ci.testscript index 7b7e180..b56b4eb 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -52,7 +52,7 @@ repository='http://example.com/prj.git' test.arguments += --yes --repository "$repository" --server "$server" \ --simulate 'success' -cxx = cc config.cxx="$recall($cxx.path)" +cxx = cc config.cxx="'$recall($cxx.path)'" new += 2>! init += $cxx -d prj 2>! &prj/**/bootstrap/*** -- cgit v1.1