tests and docker ports diffs

This commit is contained in:
Olof hagsand 2020-10-04 16:06:55 +02:00
parent 4d91bcd810
commit b7cb2e2526
5 changed files with 22 additions and 16 deletions

View file

@ -74,7 +74,7 @@ push:
# Start the clixon system container and run the test script
# 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
./cleanup.sh ; ./start.sh # kill (ignore error) and the start it
sudo docker exec -t clixon-system bash -c 'cd /usr/local/bin/test && ./all.sh'
depend: