summaryrefslogtreecommitdiffstats
path: root/tester/rtems-test
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-03 16:46:18 +1100
committerChris Johns <chrisj@rtems.org>2016-03-03 16:53:39 +1100
commitb0fa2ae9981b0ccf6a66cb8df2241caa5038eb36 (patch)
treed4f7f225cd35334ff18c3189bf1cdefa0d3335b4 /tester/rtems-test
parentAdd aarch64 and x86_64 binutils and gdb patches. (diff)
downloadrtems-tools-b0fa2ae9981b0ccf6a66cb8df2241caa5038eb36.tar.bz2
Update rtems-tool to support Python 2 and 3.
Add solaris and netbsd. Close #2619.
Diffstat (limited to '')
-rwxr-xr-xtester/rtems-test3
1 files changed, 0 insertions, 3 deletions
diff --git a/tester/rtems-test b/tester/rtems-test
index 2a2be48..f573fea 100755
--- a/tester/rtems-test
+++ b/tester/rtems-test
@@ -35,9 +35,6 @@ parent = os.path.dirname(base)
rtems = os.path.join(parent, 'share', 'rtems')
sys.path = [parent, rtems, os.path.join(rtems, 'tester')] + sys.path
-import rt.test
-rt.test.run()
-
try:
import rt.test
rt.test.run()