travis make test

This commit is contained in:
Olof Hagsand 2019-02-11 16:46:28 +01:00
parent 49fb8a9929
commit 9b73d604f5
4 changed files with 5 additions and 5 deletions

View file

@ -63,8 +63,8 @@ docker: clixon Dockerfile
# Start the clixon system container and run the test script
test: docker
./start.sh
sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh'
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test && ./all.sh'
push: