test: Do apt-get update in test

This commit is contained in:
Johan Gunnarsson 2022-06-15 20:00:50 +02:00
parent 955b1379e9
commit 670fe14942
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ until sshpass -e ssh -o "ConnectTimeout=5" \
-o "UserKnownHostsFile=/dev/null" \ -o "UserKnownHostsFile=/dev/null" \
-p 5555 \ -p 5555 \
-q \ -q \
root@localhost "sleep 5 && poweroff"; do root@localhost "sleep 5 && apt-get update && poweroff"; do
sleep 1 sleep 1
done done