summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@cband>2013-12-30 10:43:21 -0600
committerroot <root@cband>2013-12-30 10:43:21 -0600
commit3b721e187aaaeb6c327223fe106124cfb90ef73f (patch)
tree807577a025b01d41e6ebc52355a9e3366d9b699e
parentfcef8ded2ecc4e0a4fe9de7a50933bc56cdeb1f0 (diff)
make docker test for bootstrap less verbose
-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