From 4290fd4b67d173626631c31603c715ce7d09cfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 16 Aug 2023 09:36:08 +0200 Subject: [PATCH] tests: nydus: Adapt "source ..." to GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "source ..." we've been doing was not changed since those tests were part of the Jenkins tests, and we need to adapt them, either setting the correct path or entirely removing the ones that are not relevant to us anymore. Signed-off-by: Fabiano FidĂȘncio --- tests/integration/nydus/nydus_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/nydus/nydus_tests.sh b/tests/integration/nydus/nydus_tests.sh index 52cc579c3c..87cf229174 100755 --- a/tests/integration/nydus/nydus_tests.sh +++ b/tests/integration/nydus/nydus_tests.sh @@ -12,8 +12,7 @@ set -o pipefail set -o errtrace dir_path=$(dirname "$0") -source "${dir_path}/../../lib/common.bash" -source "${dir_path}/../../.ci/lib.sh" +source "${dir_path}/../../common.bash" source "/etc/os-release" || source "/usr/lib/os-release" KATA_HYPERVISOR="${KATA_HYPERVISOR:-qemu}"