summaryrefslogtreecommitdiffstats
path: root/test/run_dmenu_test.sh
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-10-11 13:51:08 +0200
committerDave Davenport <qball@gmpclient.org>2015-10-11 13:51:08 +0200
commitb7d9b4b6b5386c6aa2039ffeecca9216762a9645 (patch)
tree485dabc4ddb99540950c15279887acbfadcf6345 /test/run_dmenu_test.sh
parentcc6bf27ccbb8109202ef3e8b3a7000072e74db0d (diff)
Add debug output to test 4
Diffstat (limited to 'test/run_dmenu_test.sh')
-rwxr-xr-xtest/run_dmenu_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_dmenu_test.sh b/test/run_dmenu_test.sh
index d02e538b..eb3a5dcb 100755
--- a/test/run_dmenu_test.sh
+++ b/test/run_dmenu_test.sh
@@ -18,6 +18,8 @@ RETV=$?
OUTPUT=$(cat output.txt | tr '\n' ' ')
if [ "${OUTPUT}" != 'noot mies ' ]
then
+ echo "Got: '${OUTPUT}' expected 'noot mies '"
exit 1
fi
+echo ${RETV}
exit ${RETV}