travis ./start.sh patch

This commit is contained in:
Olof Hagsand 2019-02-11 14:37:07 +01:00
parent faaf1aad35
commit 84d2efdedc

View file

@ -11,6 +11,6 @@ sudo groupadd clicon
sudo usermod -a -G clicon $(whoami) sudo usermod -a -G clicon $(whoami)
sudo usermod -a -G clicon www-data sudo usermod -a -G clicon www-data
# Build and start the system docker container # Build and start the system docker container
(cd docker/system && make docker && start.sh) (cd docker/system && make docker && ./start.sh)
# Run clixon testcases # Run clixon testcases
(cd docker/system && sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh') (cd docker/system && sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh')