diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-31 22:28:40 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-31 22:28:40 +0300 |
commit | 1bc3177c5acbddc96584004b86db82f489b78346 (patch) | |
tree | cda12b88a33a54149e7ec4e51a7487e3c5f13138 /tests/init.testscript | |
parent | c6baccd931d3f953410fdded9eade98be7bf3523 (diff) |
Combine multiple single-character options into a single argument for testscript commands
Diffstat (limited to 'tests/init.testscript')
-rw-r--r-- | tests/init.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.testscript b/tests/init.testscript index 6e336fc..723ba04 100644 --- a/tests/init.testscript +++ b/tests/init.testscript @@ -177,7 +177,7 @@ deinit += -d prj { # Create (and build) the executable single-package project. # - cp --no-cleanup -p -r ../prj ./ &prj/***; + cp --no-cleanup -pr ../prj ./ &prj/***; $* -C @cfg $cxx 2>>/~"%EOE%" &prj-cfg/***; initializing in project $~/prj/ |