From 60204363c407ac0a8e5a0c198d87251d0925edb3 Mon Sep 17 00:00:00 2001 From: MalinAhlberg Date: Fri, 4 Oct 2024 15:28:14 +0200 Subject: [PATCH] tmp fixup --- .../tests/sda/20_ingest-verify_test.sh | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/integration/tests/sda/20_ingest-verify_test.sh b/.github/integration/tests/sda/20_ingest-verify_test.sh index 94a7d0a5d..4a48a4ca5 100644 --- a/.github/integration/tests/sda/20_ingest-verify_test.sh +++ b/.github/integration/tests/sda/20_ingest-verify_test.sh @@ -2,17 +2,17 @@ set -e # install tools if missing -for t in xxd ; do - if [ ! "$(command -v $t)" ]; then - if [ "$(id -u)" != 0 ]; then - echo "$t is missing, unable to install it" - exit 1 - fi - - apt-get -o DPkg::Lock::Timeout=60 update >/dev/null - apt-get -o DPkg::Lock::Timeout=60 install -y "$t" >/dev/null - fi -done +# for t in xxd ; do +# if [ ! "$(command -v $t)" ]; then +# if [ "$(id -u)" != 0 ]; then +# echo "$t is missing, unable to install it" +# exit 1 +# fi +# +# apt-get -o DPkg::Lock::Timeout=60 update >/dev/null +# apt-get -o DPkg::Lock::Timeout=60 install -y "$t" >/dev/null +# fi +# done cd shared || true