Test: change make test from all -> sum, make vagrant yang checkout more resilient

New slack invite
This commit is contained in:
Olof hagsand 2022-06-23 16:35:06 +02:00
parent 33c77c8a09
commit 05918e3ca2
3 changed files with 7 additions and 6 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 && ./all.sh'
sudo docker exec -t clixon-system bash -c 'sleep 2 && cd /usr/local/bin/test && ./sum.sh'
depend: