diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-22 15:49:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-22 19:31:26 +0300 |
commit | c2404728b623588aa89920ae435b48af0fef011e (patch) | |
tree | ba739c37837b71dbc8881cad81204ac2ee6f50e4 /tests/init.testscript | |
parent | f95f24412ea85149556b34abb91f06e247d6db6d (diff) |
Add branch sub-option for git project vcs in bdep-new
Also fix tests which failed if for the initial branch git-init defaults to
the name other than 'master'.
Diffstat (limited to 'tests/init.testscript')
-rw-r--r-- | tests/init.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.testscript b/tests/init.testscript index 2a4f686..2e66721 100644 --- a/tests/init.testscript +++ b/tests/init.testscript @@ -8,6 +8,7 @@ config_cxx = [cmdline] cc config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +new += --vcs git,branch=master status += -d prj : create-cfg |