diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-13 14:10:16 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-13 14:10:16 -0700 |
commit | 207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a (patch) | |
tree | b26e87495ed748d46269e0d9563e575401729057 /java/android/allTests.py | |
parent | js/Ice/exception fixes to print exception that causes the failure (diff) | |
download | ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.bz2 ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.xz ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.zip |
Java & Android test fixes
Diffstat (limited to 'java/android/allTests.py')
-rwxr-xr-x | java/android/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/android/allTests.py b/java/android/allTests.py index d0439bd0028..c5d20f4ac8f 100755 --- a/java/android/allTests.py +++ b/java/android/allTests.py @@ -9,7 +9,7 @@ # ********************************************************************** import os, sys -sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts")) +sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "scripts")) from Util import runTestsWithPath |