Lines Matching +full:run +full:- +full:control
29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 [ -d $mp2 ] || mkdir -p $mp2
41 mount | grep $mp1 | grep -q tmpfs && umount -f $mp1
42 mount -o size=1g -t tmpfs tmpfs $mp1
45 mount | grep $mp2 | grep -q tmpfs && umount -f $mp2
46 mount -o size=1g -t tmpfs tmpfs $mp2
51 export CTRLDIR=$mp1/stressX.control
68 su $testuser -c 'cd ..; ./testcases/run/run $TESTPROGS' > /dev/null 2>&1 &
72 export CTRLDIR=$mp2/stressX.control
73 su $testuser -c 'cd ..; ./testcases/run/run $TESTPROGS' > /dev/null 2>&1 &
76 while mount | grep "$mp2 " | grep -q tmpfs; do
79 while mount | grep "$mp1 " | grep -q tmpfs; do