From 3b721e187aaaeb6c327223fe106124cfb90ef73f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Dec 2013 10:43:21 -0600 Subject: make docker test for bootstrap less verbose --- retiolum/t/docker/README.md | 4 ++++ retiolum/t/docker/docker_boostrap.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'retiolum') 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 -- cgit v1.2.3