From 7770071e1e7c7366904c002cd41be47624326298 Mon Sep 17 00:00:00 2001 From: Jason-Jia Date: Fri, 24 Sep 2021 08:51:18 +0800 Subject: [PATCH] Update test-all.sh --- tests/test-all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index d1051292fd..cbf2869041 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -539,10 +539,12 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "jdbc" ] && [ "$2" != cd $tests_dir echo "current dir: " + pwd + cd script/api + echo "building setcfgtest" make > /dev/null - ./clientcfgtest if [ $? != "0" ]; then echo "clientcfgtest failed" -- GitLab