Skip to content

Commit a70af78

Browse files
committed
xlx: use quiet mode of xsdb
1 parent e5f25cc commit a70af78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labgrid/driver/xsdbdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self, tcl_cmds, interactive=False):
4343
if not interactive:
4444
tcl_cmd += '; disconnect'
4545

46-
cmd = [self.xsdb_bin, "-eval", tcl_cmd]
46+
cmd = [self.xsdb_bin, "-quiet", "-eval", tcl_cmd]
4747
if interactive:
4848
cmd.append('-interactive')
4949

0 commit comments

Comments
 (0)