diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-06 14:01:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-06 14:01:54 +0300 |
commit | 228a2dfec33eb9ba966894bd23c2f4db51a7e330 (patch) | |
tree | 2588841d4b29a2322bdf8fe5023bb9308f36e576 /tests/publish.test | |
parent | 84a977c25eee5706e65c6d95f23b4ba4f9ce481f (diff) |
Disable bdep-publish/control tests for older git versions
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/publish.test b/tests/publish.test index ea0344e..947a780 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -.include common.test project.test +.include common.test project.test git.test # Repository to use for the package submissions simulation. # @@ -224,6 +224,7 @@ windows = ($cxx.target.class == 'windows') : control : +if ($git_supported) { # The control repository URL doesn't really matter for the submission # simulation. We specify it to enable the control branch-related |