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