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