From baa67baa90a590923dcc71b3b748deba0b8b66ab Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Sat, 16 Apr 2022 10:20:24 +0800 Subject: [PATCH] [test: stop all dnodes when sim scripte return success] --- tests/script/tsim/query/complex_where.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/query/complex_where.sim b/tests/script/tsim/query/complex_where.sim index 7cd576400f..8e22a12fcf 100644 --- a/tests/script/tsim/query/complex_where.sim +++ b/tests/script/tsim/query/complex_where.sim @@ -688,4 +688,4 @@ if $rows != 1 then return -1 endi -#system sh/exec.sh -n dnode1 -s stop -x SIGINT \ No newline at end of file +system sh/exec.sh -n dnode1 -s stop -x SIGINT \ No newline at end of file -- GitLab