aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test.expected-output
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-11-25 19:08:18 +0200
committerGravatar David Bremner <david@tethera.net>2013-12-09 23:25:41 +0800
commitf05e7f3ce50b5762a56406b29012b25e2d1329b2 (patch)
tree2ee9ff566e63e508a4d0a67748b69fe3090e6ae7 /test/test.expected-output
parent5985438e057b51404208458fceadd03aae13eb80 (diff)
test: print empty line at the beginning of test script, not at end
In preparation for quiet mode print empty line before writing the test description. This is done now in function designed for it -- it will also be called when test fails.
Diffstat (limited to 'test/test.expected-output')
-rw-r--r--test/test.expected-output/test-verbose-no1
-rw-r--r--test/test.expected-output/test-verbose-yes1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test.expected-output/test-verbose-no b/test/test.expected-output/test-verbose-no
index 0bca7540..1a2ff619 100644
--- a/test/test.expected-output/test-verbose-no
+++ b/test/test.expected-output/test-verbose-no
@@ -1,3 +1,4 @@
+
test-verbose: Testing the verbosity options of the test framework itself.
PASS print something in test_expect_success and pass
FAIL print something in test_expect_success and fail
diff --git a/test/test.expected-output/test-verbose-yes b/test/test.expected-output/test-verbose-yes
index ebe51874..d25466e9 100644
--- a/test/test.expected-output/test-verbose-yes
+++ b/test/test.expected-output/test-verbose-yes
@@ -1,3 +1,4 @@
+
test-verbose: Testing the verbosity options of the test framework itself.
hello stdout
hello stderr