diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-12-18 14:18:17 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-12-18 14:18:17 -0330 |
commit | 88c188cb080569a1f31076b747292449a96e580e (patch) | |
tree | 8d32c23cf593c3d292a3619f59963365f8024275 /py/test/Ice/slicing/exceptions/run.py | |
parent | Removed checked-in generated files from C++ multicast demo. (diff) | |
download | ice-88c188cb080569a1f31076b747292449a96e580e.tar.bz2 ice-88c188cb080569a1f31076b747292449a96e580e.tar.xz ice-88c188cb080569a1f31076b747292449a96e580e.zip |
Fixed run.py scripts to work with new dir structure
Diffstat (limited to 'py/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-x | py/test/Ice/slicing/exceptions/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/slicing/exceptions/run.py b/py/test/Ice/slicing/exceptions/run.py index 69b009cbbcd..4fa9f463437 100755 --- a/py/test/Ice/slicing/exceptions/run.py +++ b/py/test/Ice/slicing/exceptions/run.py @@ -10,7 +10,7 @@ import os, sys -for toplevel in [".", "..", "../..", "../../..", "../../../.."]: +for toplevel in [".", "..", "../..", "../../..", "../../../..", "../../../../.."]: toplevel = os.path.normpath(toplevel) if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")): break |