Limit coredumpsize to 0 in test scripts to avoid dumping cores at build time.
This commit is contained in:
parent
877e2e38ab
commit
4c195f17a1
@ -2,6 +2,8 @@
|
||||
|
||||
. "$(dirname "$0")/functions.inc"
|
||||
|
||||
limit coredumpsize 0
|
||||
|
||||
PROGRAM="$DIR/bug-div0"
|
||||
if [ ! -f "$PROGRAM" ]; then
|
||||
echo "error: test/bug-div0 is missing"
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
. "$(dirname "$0")/functions.inc"
|
||||
|
||||
limit coredumpsize 0
|
||||
|
||||
PROGRAM="$DIR/bug-memory"
|
||||
if [ ! -f "$PROGRAM" ]; then
|
||||
echo "error: test/bug-memory is missing"
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
. "$(dirname "$0")/functions.inc"
|
||||
|
||||
limit coredumpsize 0
|
||||
|
||||
PROGRAM="$DIR/bug-overflow"
|
||||
if [ ! -f "$PROGRAM" ]; then
|
||||
echo "error: test/bug-overflow is missing"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user