diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-15 17:13:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-15 19:20:56 +0300 |
commit | 3540731c987437dec05976b690f9971a9ff4ac08 (patch) | |
tree | b3cf2b8afb1e2e48b68c029bec087afed623e582 /tests/common/git/README | |
parent | 70bf3a57714b813ee226ed20ef749ac9a85ea853 (diff) |
Shorten tag names for git repository tests (too long filenames on Windows)
Diffstat (limited to 'tests/common/git/README')
-rw-r--r-- | tests/common/git/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/common/git/README b/tests/common/git/README index eac6765..737cd83 100644 --- a/tests/common/git/README +++ b/tests/common/git/README @@ -26,7 +26,7 @@ host. $ cd /var/scm -Create repositories, providing the proper project description: +Create repositories, providing proper project descriptions: # bpkg test repository with doc basic style library (initial state) # @@ -102,3 +102,13 @@ done $ for d in $(find . -type d -regex '\./testing/bpkg/advonly/.*/[^/]+\.git'); do \ git -C $d config uploadpack.allowAnySHA1InWant false \ done + +To publish changed local repositories run the following commands in the tests/ +subdirectory: + +$ b test config.test.output=keep +$ b ./publish + +Test the published repositories: + +$ b test config.bpkg.test.remote=true |