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 <[email protected]> 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) [email protected](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')
