vagrant, docker and remote test small changes

This commit is contained in:
Olof Hagsand 2020-07-23 17:23:08 +00:00
parent 316cad35ff
commit 57d7587d9a
4 changed files with 36 additions and 7 deletions

View file

@ -75,7 +75,7 @@ push:
# Note tests will kill the daemons started in the start scrips
test: docker
./cleanup.sh ; PORT=8080 ./start.sh # kill (ignore error) and the start it
sudo docker exec -it clixon-system bash -c 'cd /usr/local/bin/test && ./all.sh'
sudo docker exec -t clixon-system bash -c 'cd /usr/local/bin/test && ./all.sh'
depend: