Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hddemux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkg
hddemux
Commits
dd2dea06
Commit
dd2dea06
authored
6 years ago
by
dkg
Browse files
Options
Downloads
Patches
Plain Diff
autopkgtest: avoid leaking stderr on deliberate failure
parent
39073fdb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0006-testsuite-send-expected-stderr-to-stdout.patch
+21
-0
21 additions, 0 deletions
...tches/0006-testsuite-send-expected-stderr-to-stdout.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
22 additions
and
0 deletions
debian/patches/0006-testsuite-send-expected-stderr-to-stdout.patch
0 → 100644
+
21
−
0
View file @
dd2dea06
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 31 Aug 2018 09:26:38 -0400
Subject: testsuite: send expected stderr to stdout
---
testsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite b/testsuite
index 30f5fbe..bc15db4 100755
--- a/testsuite
+++ b/testsuite
@@ -65,7 +65,7 @@
trap cleanup EXIT
section "simple failing run"
# hddemux with no arguments and no listening file descriptors should fail:
-if "$hddemux"; then
+if "$hddemux" 2>&1; then
false
fi
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
dd2dea06
...
...
@@ -3,3 +3,4 @@
0003-be-more-verbose-during-testsuite-termination.patch
0004-avoid-emerg-8878-8878-mkdir-var-lib-nginx-body-faile.patch
0005-testsuite-handle-other-nginx-temp_path-vars.patch
0006-testsuite-send-expected-stderr-to-stdout.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment