From 04c00da690bce67bd937a71dce5d84a338a0521f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 22 Jan 2020 17:04:13 +0100 Subject: _workspaces.py: Drop `prepared` This will no longer be used in incremental builds. Successful configure commands will be recorded with a marker file in the buildtree of the last build artifact. --- tests/frontend/workspace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/frontend') diff --git a/tests/frontend/workspace.py b/tests/frontend/workspace.py index e09dd220a..f6bfb4362 100644 --- a/tests/frontend/workspace.py +++ b/tests/frontend/workspace.py @@ -846,10 +846,10 @@ def test_list_unsupported_workspace(cli, datafiles, workspace_cfg): [ # Test loading version 4 ( - {"format-version": 4, "workspaces": {"alpha.bst": {"prepared": True, "path": "/workspaces/bravo"}},}, + {"format-version": 4, "workspaces": {"alpha.bst": {"path": "/workspaces/bravo"}},}, { "format-version": BST_WORKSPACE_FORMAT_VERSION, - "workspaces": {"alpha.bst": {"prepared": True, "path": "/workspaces/bravo"}}, + "workspaces": {"alpha.bst": {"path": "/workspaces/bravo"}}, }, ), ], -- cgit v1.2.1