mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Add debug output to test 4
This commit is contained in:
parent
cc6bf27ccb
commit
b7d9b4b6b5
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue