initng/test-syntax.sh
glen
cvs at pld-linux.org
Mon Dec 19 14:11:18 CET 2005
Author: glen
Date: Mon Dec 19 14:11:16 2005
New Revision: 6674
Modified:
initng/test-syntax.sh
Log:
- updated to 0.4.8
Modified: initng/test-syntax.sh
==============================================================================
--- initng/test-syntax.sh (original)
+++ initng/test-syntax.sh Mon Dec 19 14:11:16 2005
@@ -1,7 +1,7 @@
#!/bin/sh
-ulimit -c 0
-initng-test_parser | awk \
+verbose_report() {
+initng-test_parser -v | awk \
-vR=$(echo -ne '\033[1;31m') \
-vG=$(echo -ne '\033[1;32m') \
-vK=$(echo -ne '\033[0m') \
@@ -20,3 +20,6 @@
END {
printf("%d services processed, %d failures\n", success, fail);
}'
+}
+
+initng-test_parser || verbose_report
More information about the pld-cvs-commit
mailing list