You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:11:45 UTC

[buildstream] 36/41: tests/integration/workspace.py: Test incremental build on all platforms

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jmac/googlecas_and_virtual_directories_1
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 3e394c6e8695c89613f2cba04df73a9f53748904
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Mon May 14 06:58:22 2018 +0200

    tests/integration/workspace.py: Test incremental build on all platforms
---
 tests/integration/workspace.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/integration/workspace.py b/tests/integration/workspace.py
index 6eae1ef..102d053 100644
--- a/tests/integration/workspace.py
+++ b/tests/integration/workspace.py
@@ -216,7 +216,6 @@ def test_updated_dependency_nested(cli, tmpdir, datafiles):
 
 @pytest.mark.integration
 @pytest.mark.datafiles(DATA_DIR)
-@pytest.mark.skipif(not IS_LINUX, reason='Incremental builds are not supported by the unix platform')
 def test_incremental_configure_commands_run_only_once(cli, tmpdir, datafiles):
     project = os.path.join(datafiles.dirname, datafiles.basename)
     workspace = os.path.join(cli.directory, 'workspace')