Commit aab73379 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1eec76d0
......@@ -22,6 +22,14 @@ mkdir "$workdir"
cd "$workdir"
ulimit -c unlimited
echo
echo 'SOFT limits'
ulimit -a -S
echo
echo 'HARD limits'
ulimit -a -H
echo
$tfault $arg 2>&1 |tee run.out
grep -q "^# going to fault" run.out || die "test didn't run to faulting point"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment