diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-20 17:27:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-20 17:27:38 +0200 |
commit | abaee667e9e88dbdc405a33aff5f24352e4a3498 (patch) | |
tree | 22bbe37962e9f2b6a1a83ce9b9cf0f7e44e09249 /tests/pkg-build.test | |
parent | c2c315f45f3e0980af1af9bd90c09696c159fd8c (diff) |
Re-enable dist-using test for Windows
Diffstat (limited to 'tests/pkg-build.test')
-rw-r--r-- | tests/pkg-build.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index d6e3db0..def2f66 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -1621,11 +1621,6 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! : : Test that libhello is fully rebuilt, as the resulted package is not : external. - : - : @@ On Windows the dist operation fails as tar can not find gzip for some - : reason. We will disable the test for Windows until the issue is fixed. - : - if ($cxx.target.class != 'windows') { clone_cfg = cp -p --no-cleanup -r ../../cfg ./ |