[rtems-tools PATCH] tester/sis: Use the RTEMS SIS command

chrisj at rtems.org chrisj at rtems.org
Thu Aug 17 03:42:46 UTC 2023


From: Chris Johns <chrisj at rtems.org>

Make sis and sis-run the same as there is no SIS support in
gdb anymore.

Closes #4945
---
 tester/rtems/testing/bsps/sis-run.ini | 2 +-
 tester/rtems/testing/bsps/sis.ini     | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/tester/rtems/testing/bsps/sis-run.ini b/tester/rtems/testing/bsps/sis-run.ini
index c34eae4..4861231 100644
--- a/tester/rtems/testing/bsps/sis-run.ini
+++ b/tester/rtems/testing/bsps/sis-run.ini
@@ -35,4 +35,4 @@
 bsp          = sis
 arch         = sparc
 tester       = %{_rtscripts}/sis.cfg
-bsp_run_opts = -a
+bsp_run_opts =
diff --git a/tester/rtems/testing/bsps/sis.ini b/tester/rtems/testing/bsps/sis.ini
index b5d700f..086cb45 100644
--- a/tester/rtems/testing/bsps/sis.ini
+++ b/tester/rtems/testing/bsps/sis.ini
@@ -34,8 +34,6 @@
 [sis]
 bsp            = sis
 arch           = sparc
-tester         = %{_rtscripts}/gdb.cfg
+tester         = %{_rtscripts}/sis.cfg
 gdb_script     = bsp_gdb_script
-bsp_gdb_script = target sim -a -nouartrx
-                 load
-                 run
+bsp_run_opts =
-- 
2.37.1



More information about the devel mailing list