freeze: add freeze_thaw test
Change-Id: I31db80b89adca9ac354a96ad21073b269d8a0e24
This commit is contained in:
committed by
Masamichi Takagi
parent
83ade5cdcd
commit
ec31d72483
9
test/freeze_thaw/tp/200_fork.sh
Normal file
9
test/freeze_thaw/tp/200_fork.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/env bash
|
||||
# 200_fork.sh COPYRIGHT FUJITSU LIMITED 2019
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE:-${(%):-%N}}")"; pwd)"
|
||||
. "$script_dir/../function"
|
||||
|
||||
while true
|
||||
do
|
||||
"$mcexec" 0 "$fork" 100 >/dev/null 2>&1
|
||||
done
|
||||
Reference in New Issue
Block a user