Diff of /trunk/grubby/test.sh
Parent Directory | Revision Log | Patch
revision 1857 by niro, Mon Jul 2 13:14:11 2012 UTC | revision 1858 by niro, Mon Jul 2 13:14:43 2012 UTC | |
---|---|---|
# | Line 126 while true; do | Line 126 while true; do |
126 | done | done |
127 | ||
128 | export MALLOC_CHECK_=2 | export MALLOC_CHECK_=2 |
129 | export MALLOC_PERTURB_=1 | if [ -n "${RANDOM}" ]; then |
130 | export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) | |
131 | else | |
132 | export MALLOC_PERTURB_=1 | |
133 | fi | |
134 | ||
135 | testing="Parse/write comparison" | testing="Parse/write comparison" |
136 | for n in test/*.[0-9]*; do | for n in test/*.[0-9]*; do |
|