diff --git a/tests/system-test/1-insert/stmt_error.py b/tests/system-test/1-insert/stmt_error.py index 73066e6f35382673325ffe2389b9b394e3e44eee..8961346034827ba3cdb57b1c33614e5413a2e4bf 100644 --- a/tests/system-test/1-insert/stmt_error.py +++ b/tests/system-test/1-insert/stmt_error.py @@ -177,11 +177,9 @@ class TDTestCase: else: tdLog.exit("expect error not occured") - def stop(self): tdSql.close() tdLog.success("%s successfully executed" % __file__) - tdCases.addWindows(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase()) diff --git a/tests/system-test/fulltest-insert.sh b/tests/system-test/fulltest-insert.sh index ece02ccb137fe66d90851ca71cef93ce50c691ee..23f37358c233af8504340bb2c054c226166bdd36 100755 --- a/tests/system-test/fulltest-insert.sh +++ b/tests/system-test/fulltest-insert.sh @@ -1,3 +1,3 @@ python3 test.py -f 1-insert/TD-11970.py -python3 test.py -f 1-insert/stmt_error.py +python3 test.py -f 1-insert/stmt_error.py