File: verbose-test.patch

package info (click to toggle)
mbuffer 20250809%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: ansic: 4,310; sh: 3,445; makefile: 163
file content (18 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Display the mbuffer defaults before the test.
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2020-11-04

--- a/Makefile.in
+++ b/Makefile.in
@@ -104,8 +104,9 @@
 test.tar:
 	$(TAR) cf test.tar --ignore-failed-read $(TESTTREE)
 
-test.md5: test.tar
+test.md5: test.tar $(TARGET)
 	openssl md5 < test.tar > test.md5
+	./mbuffer -v 5 -i /etc/hostname
 
 test0: test.md5
 	./mbuffer -i test.tar -p10 | ./mbuffer -q -P 90 | openssl md5 > test0.md5