Commit 36216c3c authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm.sh: fix a value of ZDTM_THREAD_BOMB

The thread_bomb test was rewrited and
ZDTM_THREAD_BOMB should be equal 5 now.
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 276eb6e8
...@@ -616,7 +616,7 @@ start_test() ...@@ -616,7 +616,7 @@ start_test()
mkdir -p $FREEZE_CGROUP mkdir -p $FREEZE_CGROUP
echo 0 > $FREEZE_CGROUP/tasks || exit 1 echo 0 > $FREEZE_CGROUP/tasks || exit 1
else else
export ZDTM_THREAD_BOMB=100 export ZDTM_THREAD_BOMB=5
fi fi
# Here is no way to set FD_CLOEXEC on 3 # Here is no way to set FD_CLOEXEC on 3
exec 3>&- exec 3>&-
......
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