From 3540731c987437dec05976b690f9971a9ff4ac08 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Feb 2018 17:13:47 +0300 Subject: Shorten tag names for git repository tests (too long filenames on Windows) --- tests/common/git/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/common/git/README') 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 -- cgit v1.1