Explorar o código

tests/microbenchs/microbench.sh: disable core generation when running
test

Nathalie Furmento %!s(int64=4) %!d(string=hai) anos
pai
achega
6e1cac0655
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tests/microbenchs/microbench.sh

+ 3 - 0
tests/microbenchs/microbench.sh

@@ -22,6 +22,9 @@
 
 set -e
 
+# disable core generation
+ulimit -c 0
+
 # Testing a specific scheduler
 if [ -n "$STARPU_SCHED" ]
 then