summaryrefslogtreecommitdiffstats
path: root/test/run_script_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_script_test.sh')
-rwxr-xr-xtest/run_script_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_script_test.sh b/test/run_script_test.sh
index 1279e30c..dc8fa4d4 100755
--- a/test/run_script_test.sh
+++ b/test/run_script_test.sh
@@ -18,6 +18,7 @@ xdotool key Return
wait ${RPID}
RETV=$?
OUTPUT=$(cat output.txt | tr '\n' ' ')
+echo ${OUTPUT}
if [ "${OUTPUT}" != 'noot ' ]
then
exit 1