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

Chris Johns chrisj at rtems.org
Mon Aug 21 00:37:32 UTC 2023


Module:    rtems-tools
Branch:    master
Commit:    349bbd96543365e830e5ef5e851765e4b742a8a4
Changeset: http://git.rtems.org/rtems-tools/commit/?id=349bbd96543365e830e5ef5e851765e4b742a8a4

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Aug 17 13:40:34 2023 +1000

tester/sis: Use the RTEMS SIS command

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 =



More information about the vc mailing list