Docker: Add a delay until snmpd unix socket created

This commit is contained in:
Olof hagsand 2022-11-28 10:33:11 +01:00
parent 2cdc78c576
commit 7a388b960a
3 changed files with 4 additions and 3 deletions

View file

@ -83,7 +83,7 @@ push:
# therefore the sleep 1 before tests start
test: docker
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -t clixon-system bash -c 'sleep 2 && cd /usr/local/bin/test && detail=true ./sum.sh'
sudo docker exec -t clixon-system bash -c 'cd /usr/local/bin/test && detail=true ./sum.sh'
depend: