aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-08-29 14:24:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-08-29 15:49:42 +0300
commit803059b346f8bccc9b4c4579119a5966b67da993 (patch)
tree858c464bf0e2b392e1c3c5b9809f7792da85c811 /tests
parent9d47b6eeba8038978f860fbdb9370b081bd9bb40 (diff)
Run `sudo mkdir -p` at bbot.sys.install.tar.extract step in worker
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/testscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript
index 1e78dfe..a8932ec 100644
--- a/tests/integration/testscript
+++ b/tests/integration/testscript
@@ -476,5 +476,7 @@ a = $0
&?dist-installed/*** &?redist-installed/*** \
&?../usr/*** &?upload/*** &?upload.tar \
&?../sys-install/*** \
- &task.manifest <| 2>|
+ &task.manifest <| 2>|;
+
+ sudo rm -rf ../sys-install/
}