From 952591000aace947e196d18be69f8dad260d2879 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 16 Oct 2021 12:34:30 +0000 Subject: [PATCH] revert test-all.sh --- tests/test-all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index a2315d0740..266dac85b0 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -399,7 +399,6 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "unit" ] && [ "$2" != rm -rf /var/lib/taos/* nohup build/bin/taosd -c /etc/taos/ > /dev/null 2>&1 & sleep 30 - nohup build/bin/blm3 >/dev/null 2>&1 & cd $tests_dir/../src/connector/jdbc -- GitLab