summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCláudio Maia <clrrm@isep.ipp.pt>2020-04-09 15:34:12 +0100
committerGedare Bloom <gedare@rtems.org>2020-04-09 22:01:58 -0600
commit8a83c43c3af1939471b3d43cee18430b19c3aed9 (patch)
tree13afe58d4798f5ced1868abd2eebe13fd6133c92
parentuser/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test comm... (diff)
downloadrtems-docs-8a83c43c3af1939471b3d43cee18430b19c3aed9.tar.bz2
user/tools/tester.rst: Removes example using 'sparc-rtems5-run'
-rw-r--r--user/tools/tester.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/user/tools/tester.rst b/user/tools/tester.rst
index 9f9933a..153809f 100644
--- a/user/tools/tester.rst
+++ b/user/tools/tester.rst
@@ -97,19 +97,7 @@ make finishes, all the tests will have been built.
Before running all the tests it is a good idea to run the ``hello`` test. The
``hello`` test is an RTEMS version of the classic "Hello World" example and
running it shows you have a working toolchain and build of RTEMS ready to run
-the tests. Using the run with the ERC32 BSP the command is:
-
-.. code-block:: none
-
- $ sparc-rtems5-run sparc-rtems5/c/erc32/testsuites/samples/hello/hello.exe
-
- *** BEGIN OF TEST HELLO WORLD ***
- Hello World
- *** END OF TEST HELLO WORLD ***
-
-The run command is the GDB simulator without the GDB part.
-
-Running the example using SIS:
+the tests. Running the example using SIS:
.. code-block:: none