summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-14 16:31:38 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-16 14:55:44 +0000
commitd063529cb77ab15c12c3b9c643c060099a5b884e (patch)
treed5fa03d3b4e5231fcf36d5185ac63734e858e182
parentad75029f5e57caaceb091c1c27d72b52cf88302c (diff)
downloadciat-tester-d063529cb77ab15c12c3b9c643c060099a5b884e.tar.gz
Fix documentation for logging to stdout/stderr change.
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index c6a6110..f8058b8 100644
--- a/README
+++ b/README
@@ -7,10 +7,8 @@ to use, and a list of test command files to run. For example:
./test-runner.sh file:///test.img openstack tests/uname.test
-Given this, it will fetch the image, in this case `test.img`
-and it will try to test it on openstack. The results are
-logged to `test.img.test.log`.
-
+Given this it will fetch the image, in this case `test.img`,
+and it will try to test it on openstack.
See the README the the specific backend you want to use, for
backend-specific information.