diff options
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 |