From c60fac27ea74430fd13b90da6d3638a8794f0288 Mon Sep 17 00:00:00 2001 From: zhaoyanggh Date: Wed, 25 Aug 2021 18:32:59 +0800 Subject: [PATCH] change full_test.sh --- tests/test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index b54857cf88..29e96b3fc6 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -497,7 +497,7 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "jdbc" ] && [ "$2" != totalExamplePass=`expr $totalExamplePass + 1` fi - ./prepare 127.0.0.1 > /dev/null 2>&1 + ./prepare > /dev/null 2>&1 if [ $? != "0" ]; then echo "prepare failed" totalExampleFailed=`expr $totalExampleFailed + 1` -- GitLab