Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
mbuffer
Pkg Debian Full
Commits
7bc1c1c2
Commit
7bc1c1c2
authored
Nov 04, 2020
by
Peter Pentchev
Browse files
Move the verbose run to the test suite.
parent
ee6f7515
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
debian/patches/series
debian/patches/series
+1
-0
debian/patches/verbose-test.patch
debian/patches/verbose-test.patch
+18
-0
debian/tests/usr-tree
debian/tests/usr-tree
+0
-4
No files found.
debian/patches/series
View file @
7bc1c1c2
...
...
@@ -8,3 +8,4 @@ cppflags.patch
build-stamp.patch
cross.patch
decrease-numblocks.patch
verbose-test.patch
debian/patches/verbose-test.patch
0 → 100644
View file @
7bc1c1c2
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
debian/tests/usr-tree
View file @
7bc1c1c2
...
...
@@ -17,10 +17,6 @@ done
rm
-f
mbuffer Makefile
trap
'rm -f mbuffer Makefile tapetest.so idev.so'
EXIT INT QUIT HUP TERM
echo
'Running `mbuffer -v 5 -i /etc/hostname` to display the default values'
mbuffer
-v
5
-i
/etc/hostname
echo
'Proceeding with the test'
cp
/usr/bin/mbuffer ./
cp
--
"
$idev
"
"
$tapetest
"
"
$have_af
"
./
sed
-e
's/check:.*test0/check: test0/;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment