aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-17 18:01:13 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-18 01:01:46 +0000
commitfa3aa6781797dc8d838d1a1311555a3d5c342ed1 (patch)
treeab4579347c37e852687cc82c8c22632cd841ef65 /test/suite-clopts.sh
parente77817cc92e368f13ac0cbee456fadb326d3a571 (diff)
Temporary debugging hack, the sequel - fewer printouts, flush before crash.
Change-Id: I867c1f78554fc6fabd2579107fe679a6f6033c0c Reviewed-on: https://code.wireshark.org/review/22199 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test/suite-clopts.sh')
-rwxr-xr-xtest/suite-clopts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 3a0b7eda68..f988aec426 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -296,6 +296,7 @@ test_dump_glossary() {
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
+ test_step_failed "Error messages on stderr"
elif [ -s ./testout.txt ]; then
test_step_output_print ./testout.txt
test_step_failed "Error messages on stderr"