remove local command
This commit is contained in:
parent
eaa5582a01
commit
b5226a8d05
|
@ -49,9 +49,7 @@ class TDTestCase:
|
||||||
tdSql.checkRows(1)
|
tdSql.checkRows(1)
|
||||||
|
|
||||||
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):
|
||||||
|
|
Loading…
Reference in New Issue