if [ ! -e logs.info ]
then
touch logs.info
echo "----------create logs information file success----------" > logs.info
fi
echo $(date +%Y"."%m"."%d" "%k":"%M":"%S) >> logs.info
temp=`ps -aux|grep tests`
echo $temp >> logs.inf
then
touch logs.info
echo "----------create logs information file success----------" > logs.info
fi
echo $(date +%Y"."%m"."%d" "%k":"%M":"%S) >> logs.info
temp=`ps -aux|grep tests`
echo $temp >> logs.inf