summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--retiolum/t/docker/README.md4
-rwxr-xr-xretiolum/t/docker/docker_boostrap.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/retiolum/t/docker/README.md b/retiolum/t/docker/README.md
index fe76c1f3..a33d665f 100644
--- a/retiolum/t/docker/README.md
+++ b/retiolum/t/docker/README.md
@@ -1,3 +1,7 @@
This repository contains tests which can be run with an working docker installation.
The basic idea is to test all the bootstrapping scripts without having to
verkrepel real computers
+
+Currently there is a test runner in this directory and a test script for the docker
+instance in `docker_tests/`
+
diff --git a/retiolum/t/docker/docker_boostrap.sh b/retiolum/t/docker/docker_boostrap.sh
index 7d6907ee..7ae3fd36 100755
--- a/retiolum/t/docker/docker_boostrap.sh
+++ b/retiolum/t/docker/docker_boostrap.sh
@@ -1,3 +1,3 @@
#!/bin/sh
cd $(dirname $(readlink -f $0))
-docker run -v $PWD/docker_tests/:/test ubuntu /bin/sh /test/bootstrap
+docker run -v $PWD/docker_tests/:/test ubuntu /bin/sh /test/bootstrap >/dev/null