Added XServer/XTerm execution test.

This commit is contained in:
Matias Barcenas 2017-08-27 15:06:01 -05:00
parent 8fa558f769
commit 084fd6ead3
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ echo -ne "\n\n"
echo "[ XTerm Info ]"
echo "Version: `xterm -version`"
echo "Path: `ls -L $(which xterm)`"
echo -n "Test: "
if xterm -hold -fg "#FFFFFF" -bg "#000000" -title "XServer/XTerm Test" -e "echo \"XServer/XTerm test: close window to continue...\""
then echo "XServer/XTerm success!"
else echo "XServer/XTerm failure!"
fi
echo -ne "\n\n"
echo "[ HostAPD Info ]"