Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to fill up the disks of build daemons with core files.
[simgrid.git] / buildtools / pipol / Nightly_memCheck.sh
index 00ff108..a1720c6 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+ulimit -c 0
+
 #PIPOL esn amd64_2010-linux-ubuntu-maverick.dd.gz none 02:00 --user --silent
 
 if [ -e ./pipol ] ; then
@@ -45,4 +47,4 @@ ctest -D NightlyStart
 ctest -D NightlyConfigure
 ctest -D NightlyBuild
 ctest -D NightlyMemCheck
-ctest -D NightlySubmit
\ No newline at end of file
+ctest -D NightlySubmit