This commit is contained in:
@@ -84,8 +84,8 @@ if ! wait_for_container "sos-test"; then
|
||||
fi
|
||||
|
||||
# run the tests. Docker inside docker support!
|
||||
docker exec -it sos-test ls /testing || true
|
||||
docker exec -it sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703"
|
||||
docker exec -i sos-test ls /testing || true
|
||||
docker exec -i sos-test /bin/bash -c "cd /testing && ./test.sh http://127.0.0.1:7703"
|
||||
RESULT=$?
|
||||
|
||||
# clean up.
|
||||
|
Reference in New Issue
Block a user