Skip to content

Commit

Permalink
tmp fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Oct 4, 2024
1 parent ae47c17 commit 6020436
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/integration/tests/sda/20_ingest-verify_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6020436

Please sign in to comment.