提交 bed77722 编写于 作者: P Ping Xiao

fix scrit issue

上级 ffd53944
...@@ -288,10 +288,10 @@ if [ "$2" != "sim" ] && [ "$2" != "jdbc" ] ; then ...@@ -288,10 +288,10 @@ if [ "$2" != "sim" ] && [ "$2" != "jdbc" ] ; then
fi fi
if [ "$2" != "sim" ] && [ "$2" != "python" ]; then if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$1" == "full" ]; then
echo "### run JDBC test case ###" echo "### run JDBC test case ###"
echo $tests_dir cd $tests_dir
if [[ "$tests_dir" == *"$IN_TDINTERNAL"* ]]; then if [[ "$tests_dir" == *"$IN_TDINTERNAL"* ]]; then
cd ../../ cd ../../
...@@ -299,6 +299,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ]; then ...@@ -299,6 +299,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ]; then
cd ../ cd ../
fi fi
pwd
cd debug/ cd debug/
nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 & nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 &
sleep 30 sleep 30
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册