diff options
Diffstat (limited to 'tests/ci.testscript')
-rw-r--r-- | tests/ci.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci.testscript b/tests/ci.testscript index 6fa73eb..0afe1ec 100644 --- a/tests/ci.testscript +++ b/tests/ci.testscript @@ -52,10 +52,10 @@ repository='http://example.com/prj.git' test.arguments += --yes --repository "$repository" --server "$server" \ --simulate 'success' -cxx = cc config.cxx="\\'$recall($cxx.path)\\'" +config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.mode, true) new += 2>! -init += $cxx -d prj 2>! &prj/**/bootstrap/*** +init += $config_cxx -d prj 2>! &prj/**/bootstrap/*** windows = ($cxx.target.class == 'windows') |