summaryrefslogtreecommitdiff
path: root/java/android/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-13 14:10:16 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-13 14:10:16 -0700
commit207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a (patch)
treeb26e87495ed748d46269e0d9563e575401729057 /java/android/allTests.py
parentjs/Ice/exception fixes to print exception that causes the failure (diff)
downloadice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.bz2
ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.xz
ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.zip
Java & Android test fixes
Diffstat (limited to 'java/android/allTests.py')
-rwxr-xr-xjava/android/allTests.py2
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