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') \
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to