From 0160d2d5883068d38aff3031cd4131101df7c3a4 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 2 Jun 2022 15:06:15 +0800 Subject: [PATCH] test: add case for tmq --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tests/system-test/fulltest.sh diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh old mode 100644 new mode 100755 index f03a07e8e1..8481417dbd --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -101,3 +101,4 @@ python3 ./test.py -f 7-tmq/subscribeStb1.py python3 ./test.py -f 7-tmq/subscribeStb2.py python3 ./test.py -f 7-tmq/subscribeStb3.py python3 ./test.py -f 7-tmq/subscribeStb4.py +python3 ./test.py -f 7-tmq/db.py