mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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' ' ')
|
OUTPUT=$(cat output.txt | tr '\n' ' ')
|
||||||
if [ "${OUTPUT}" != 'noot mies ' ]
|
if [ "${OUTPUT}" != 'noot mies ' ]
|
||||||
then
|
then
|
||||||
|
echo "Got: '${OUTPUT}' expected 'noot mies '"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo ${RETV}
|
||||||
exit ${RETV}
|
exit ${RETV}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue