Skip to content

Commit

Permalink
light: use larger fonts when executing xterm
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
  • Loading branch information
bazsi committed Nov 2, 2024
1 parent 306332a commit 7fcd8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/light/src/syslog_ng/syslog_ng_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run_process_with_gdb(self, stderr, debug, trace, verbose, startup_debug, no_
syslog_ng_bin,
]
return self.__process_executor.start(
command=["xterm", "-e", shlex.join(gdb_command_args)],
command=["xterm", "-fa", "Monospace", "-fs", "18", "-e", shlex.join(gdb_command_args)],
stdout_path="/dev/null",
stderr_path="/dev/null",
)
Expand Down

0 comments on commit 7fcd8d2

Please sign in to comment.