[PATCH 1/2] tester: Allow telnet tty devices for run.cfg
Jan Sommer
jan.sommer at dlr.de
Wed Apr 8 14:51:37 UTC 2020
- Only set console_stdio as default if no bsp_tty_dev has been defined
---
tester/rtems/testing/run.cfg | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tester/rtems/testing/run.cfg b/tester/rtems/testing/run.cfg
index f7b21d7..e472ba8 100644
--- a/tester/rtems/testing/run.cfg
+++ b/tester/rtems/testing/run.cfg
@@ -41,7 +41,9 @@
#
# Console.
#
-%define console_stdio
+%ifn %{defined bsp_tty_dev}
+ %define console_stdio
+%endif
%include %{_configdir}/console.cfg
#
--
2.12.3
More information about the devel
mailing list