source:
mod_gnutls/debian/patches/0001-let-a-failed-diff-be-verbose.patch
@
8bf5809
Last change on this file since 8bf5809 was 8bf5809, checked in by , 7 years ago | |
---|---|
|
|
File size: 763 bytes |
-
test/runtests
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Date: Mon, 19 Oct 2015 21:13:43 -0400 Subject: let a failed diff be verbose there is no reason to pass -q to diff when comparing output: if diff succeeds, it will be quiet. If it fails, the test fails, and so we want it in our stderr! --- test/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests b/test/runtests index 43f2560..470499b 100755
a b kill_by_pidfile "${sleep_pidfile}" 202 202 unset sleep_pidfile 203 203 204 204 if [ -e ${t}/output ] ; then 205 diff_output_filter_headers "${t}/output" "$output" "-q"205 diff_output_filter_headers "${t}/output" "$output" >&2 206 206 fi 207 207 if [ -n "${USE_MSVA}" ]; then 208 208 trap stop_msva EXIT
Note: See TracBrowser
for help on using the repository browser.