From 6cfdcedf183a4af3b1ac4f63964f668d84d8c3f3 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 5 Dec 2024 15:49:32 +0000 Subject: [PATCH] Add /var/share/test-artifacts to the mkosi sandbox Part of the dnf repos: >>> Curl error (37): Could not read a file:// file for file:///var/share/test-ar >>> Librepo error: Cannot download repomd.xml: Cannot download repodata/repomd.x --- integration/upstream-tests/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index 5a223a2..7b5eb9f 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -74,6 +74,7 @@ Release=${VERSION_ID:-rawhide} [Build] SandboxTrees=/etc/yum.repos.d/:/etc/yum.repos.d/ +SandboxTrees=/var/share/test-artifacts/:/var/share/test-artifacts/ Environment=NO_BUILD=1 ARTIFACT_DIRECTORY="${TMT_TEST_DATA:?}" TEST_SAVE_JOURNAL=fail TEST_SHOW_JOURNAL=warning Incremental=no