From 803059b346f8bccc9b4c4579119a5966b67da993 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Aug 2023 14:24:26 +0300 Subject: Run `sudo mkdir -p` at bbot.sys.install.tar.extract step in worker --- tests/integration/testscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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/ } -- cgit v1.1