initng/test-syntax.sh
glen
cvs at pld-linux.org
Mon Dec 19 10:57:29 CET 2005
Author: glen
Date: Mon Dec 19 10:57:27 2005
New Revision: 6673
Modified:
initng/test-syntax.sh
Log:
- limit core size to 0, as initng-test_parser dumps core on mem leak
Modified: initng/test-syntax.sh
==============================================================================
--- initng/test-syntax.sh (original)
+++ initng/test-syntax.sh Mon Dec 19 10:57:27 2005
@@ -1,4 +1,5 @@
#!/bin/sh
+ulimit -c 0
initng-test_parser | awk \
-vR=$(echo -ne '\033[1;31m') \
More information about the pld-cvs-commit
mailing list