projects
/
tools
/
itest-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a473aa
)
Fix runtest error in unbuntu18.04 because of module path
release-tests
release-testsed
author
biao716.wang
<biao716.wang@samsung.com>
Wed, 13 Feb 2019 03:31:59 +0000
(11:31 +0800)
committer
biao716.wang
<biao716.wang@samsung.com>
Wed, 13 Feb 2019 03:32:17 +0000
(11:32 +0800)
Change-Id: I5588a8d147f26ca12bfb903eebfa9334f818a99b
scripts/runtest
patch
|
blob
|
history
diff --git
a/scripts/runtest
b/scripts/runtest
index 6f5e1e52acc03ffab56a8638b6ed07735ab8c255..3837ca7dd31ef270db04b9f961e6e0d356bfa895 100644
(file)
--- a/
scripts/runtest
+++ b/
scripts/runtest
@@
-1,5
+1,8
@@
#!/usr/bin/env python
+import sys
+sys.path.append('/usr/lib/python2.7/site-packages/')
+
if __name__ == '__main__':
from itest import __main__
__main__