[rtems-tools commit] tester: Fix rtems-test installation

Sebastian Huber sebh at rtems.org
Wed Oct 13 13:23:22 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 13 15:23:42 2021 +0200

tester: Fix rtems-test installation

---

 tester/wscript | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tester/wscript b/tester/wscript
index 674c4fb..06eaccf 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -67,7 +67,8 @@ def build(bld):
                   'rt/telnet.py',
                   'rt/test.py',
                   'rt/tftp.py',
-                  'rt/tftpserver.py'],
+                  'rt/tftpserver.py',
+                  'rt/wait.py'],
         install_from = '.',
         install_path = '${PREFIX}/share/rtems/tester')
     bld(features = 'py',



More information about the vc mailing list