summaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test')
-rwxr-xr-xtools/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test b/tools/test
index a52609d..84dd8c0 100755
--- a/tools/test
+++ b/tools/test
@@ -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]"