summaryrefslogtreecommitdiff
path: root/tests/remoteexecution/workspace.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remoteexecution/workspace.py')
-rw-r--r--tests/remoteexecution/workspace.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py
index b525cefcd..cf8587230 100644
--- a/tests/remoteexecution/workspace.py
+++ b/tests/remoteexecution/workspace.py
@@ -115,7 +115,6 @@ def check_buildtree(
"--build",
element_name,
"--use-buildtree",
- "always",
"--",
"find",
".",
@@ -176,7 +175,7 @@ def check_buildtree(
def get_timemark(cli, project, element_name, marker):
result = cli.run(
- project=project, args=["shell", "--build", element_name, "--use-buildtree", "always", "--", "cat", marker[1:]],
+ project=project, args=["shell", "--build", element_name, "--use-buildtree", "--", "cat", marker[1:]],
)
result.assert_success()
marker_time = int(result.output)