diff --git a/tests/test-all.sh b/tests/test-all.sh index d1051292fd61b804152696e0ede7670ff7b86a37..cbf2869041163ea9f872e7841c61ce0c496712a3 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"