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/new.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/new.testscript') diff --git a/tests/new.testscript b/tests/new.testscript index 73f4c6c..3692e54 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -14,8 +14,8 @@ c_tests = ($c.target.class != 'windows' && $c.target.class != 'macos') # test.arguments += --no-checks -c = config.c="$recall($c.path)" -cxx = config.cxx="$recall($cxx.path)" +c = config.c="'$recall($c.path)'" +cxx = config.cxx="'$recall($cxx.path)'" status += -d prj -- cgit v1.1