diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:56:59 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-01-23 20:56:59 +0100 | 
| commit | 30d7235c2ceda6d549438a9204b60a0e1f9186de (patch) | |
| tree | 94a4e3e2ddecb961d515686109333e5864d01382 /tools | |
| parent | b18c052a811b56a4974f50ac6ad4817d7c98fed4 (diff) | |
Comment with gdb eval (for use when debugging).
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/test | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -22,8 +22,9 @@ if ${COMPILE} >> ${OUTPUT}.log 2>&1; then  	echo -n "* Running   $TEST test"  	echo Running $TEST test: >> $OUTPUT.log +#	gdb ./$OUTPUT --eval-command=run   	if ./$OUTPUT >> $OUTPUT.log 2>&1; then -	        echo -e "\r\t\t\t\t\t\t[\033[1;32mSuccess\033[0;2m]" +		echo -e "\r\t\t\t\t\t\t[\033[1;32mSuccess\033[0;2m]"  		echo "[Success]" >> $OUTPUT.log  	else  		echo -e "\r\t\t\t\t\t\t[\033[1;31mFailure\033[0;2m]" | 
