summaryrefslogtreecommitdiff
path: root/allTests.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-09-08 12:07:33 -0400
committerBernard Normier <bernard@zeroc.com>2016-09-08 12:07:33 -0400
commitdef8933bfb6f0c8f25301e28ccd94fe05ba7d894 (patch)
treebf1001dc8152a5554ab79734b24910df31cd3c96 /allTests.py
parentICE-7321 - Java cross-test failure in Ice/objects (diff)
parentMoved IceGridGUI to com.zeroc (diff)
downloadice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.tar.bz2
ice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.tar.xz
ice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.zip
Merged IceGridGUI updates from 3.6 branch
Diffstat (limited to 'allTests.py')
-rwxr-xr-xallTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allTests.py b/allTests.py
index 18daac556bc..f65508ec9ac 100755
--- a/allTests.py
+++ b/allTests.py
@@ -30,7 +30,7 @@ for d in languages:
tests = []
- tests = [ (os.path.join(d, "test", x), y) for x, y in current_mod.tests ]
+ tests = [ (os.path.join(d, "test", os.path.normpath(x)), y) for x, y in current_mod.tests ]
if len(tests) > 0:
testGroups.extend(tests)