diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-08 12:07:33 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-08 12:07:33 -0400 |
commit | def8933bfb6f0c8f25301e28ccd94fe05ba7d894 (patch) | |
tree | bf1001dc8152a5554ab79734b24910df31cd3c96 /allTests.py | |
parent | ICE-7321 - Java cross-test failure in Ice/objects (diff) | |
parent | Moved IceGridGUI to com.zeroc (diff) | |
download | ice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.tar.bz2 ice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.tar.xz ice-def8933bfb6f0c8f25301e28ccd94fe05ba7d894.zip |
Merged IceGridGUI updates from 3.6 branch
Diffstat (limited to 'allTests.py')
-rwxr-xr-x | allTests.py | 2 |
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) |