remove local command
This commit is contained in:
parent
eaa5582a01
commit
b5226a8d05
|
@ -51,8 +51,6 @@ class TDTestCase:
|
||||||
ret = tdSql.query('show vgroups')
|
ret = tdSql.query('show vgroups')
|
||||||
tdSql.checkRows(0)
|
tdSql.checkRows(0)
|
||||||
|
|
||||||
tdSql.execute('set max_binary_display_width 40')
|
|
||||||
|
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
tdSql.close()
|
tdSql.close()
|
||||||
|
|
Loading…
Reference in New Issue