travis make test
This commit is contained in:
parent
49fb8a9929
commit
9b73d604f5
4 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Clixon container images
|
||||
# Clixon containers
|
||||
|
||||
This directory contains sub-directories with examples of Clixon docker images:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue