From c4cd8e813a0ee8128cb0c84b99ef263d2c1bb1c1 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 7 Jun 2024 16:20:27 +0200 Subject: [PATCH] Update tests to check repo --- tests/travis.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/travis.sh b/tests/travis.sh index ef4691d..42ecbab 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -400,6 +400,14 @@ echo -e ' wo info ' echo -e "${CGREEN}#############################################${CEND}" wo info +echo +echo -e "${CGREEN}#############################################${CEND}" +echo -e ' display repositories ' +echo -e "${CGREEN}#############################################${CEND}" +ls -alh /etc/apt/sources.list.d/ +cat /etc/apt/sources.list.d/mariadb.list +cat /etc/apt/sources.list.d/redis.list + # echo -e "${CGREEN}#############################################${CEND}" # echo -e ' wo site delete ' # echo -e "${CGREEN}#############################################${CEND}"