@ -17,7 +17,7 @@ fi
if [ $result -eq 1 ]
then
echo "执行$1的运行脚本"
echo "执行$1的运行脚本`pwd`/run.sh"
./run.sh
echo "执行$1的运行脚本返回结果:$?"
echo "执行$1的运行脚本`pwd`/run.sh,exit code:$?"
fi