From eb2ea822e2102b2ac7871c4fe205f18cb68e6847 Mon Sep 17 00:00:00 2001 From: bryanchang0603 Date: Wed, 1 Sep 2021 14:22:32 +0800 Subject: [PATCH] modify fulltest.sh about nano test case --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 3dab31bf79..37d2057718 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -82,6 +82,7 @@ python3 ./test.py -f tag_lite/tinyint.py python3 ./test.py -f tag_lite/timestamp.py python3 ./test.py -f tag_lite/TestModifyTag.py + #nano support test python3 test.py -f nanosupport/nanosupportTestCase.py -- GitLab