summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-12-16 08:37:10 +1100
committerChris Johns <chrisj@rtems.org>2015-12-16 08:51:30 +1100
commitf77586956d31c3cf0bd81fd014e78e60d362780d (patch)
tree1439bd032cb40fdb09ed251fbb7ba35f450dd9c2
parentbsps/m32rsim*: Remove (diff)
downloadrtems-tools-f77586956d31c3cf0bd81fd014e78e60d362780d.tar.bz2
Fix running rtems-test from inside the git clone.
-rwxr-xr-xtester/rtems-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rtems-test b/tester/rtems-test
index 32ec563..f573fea 100755
--- a/tester/rtems-test
+++ b/tester/rtems-test
@@ -33,7 +33,7 @@ import sys, os
base = os.path.dirname(os.path.abspath(sys.argv[0]))
parent = os.path.dirname(base)
rtems = os.path.join(parent, 'share', 'rtems')
-sys.path = [rtems, os.path.join(rtems, 'tester')] + sys.path
+sys.path = [parent, rtems, os.path.join(rtems, 'tester')] + sys.path
try:
import rt.test