Changeset 8bf5809 in mod_gnutls
- Timestamp:
- Oct 19, 2015, 9:14:43 PM (7 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 23a6f82
- Parents:
- 24c6c16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/patches/0001-let-a-failed-diff-be-verbose.patch
r24c6c16 r8bf5809 1 1 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 2 Date: Thu, 17 Sep 2015 05:39:56-04002 Date: Mon, 19 Oct 2015 21:13:43 -0400 3 3 Subject: let a failed diff be verbose 4 4 … … 11 11 12 12 diff --git a/test/runtests b/test/runtests 13 index bf172ec..195716810075513 index 43f2560..470499b 100755 14 14 --- a/test/runtests 15 15 +++ b/test/runtests 16 @@ -20 7,7 +207,7 @@ for t in $tests; do17 16 @@ -202,7 +202,7 @@ kill_by_pidfile "${sleep_pidfile}" 17 unset sleep_pidfile 18 18 19 20 - 21 + 22 23 24 19 if [ -e ${t}/output ] ; then 20 - diff_output_filter_headers "${t}/output" "$output" "-q" 21 + diff_output_filter_headers "${t}/output" "$output" >&2 22 fi 23 if [ -n "${USE_MSVA}" ]; then 24 trap stop_msva EXIT
Note: See TracChangeset
for help on using the changeset viewer.