diff options
Diffstat (limited to 'php/test/Ice/exceptions/run.py')
-rwxr-xr-x | php/test/Ice/exceptions/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/test/Ice/exceptions/run.py b/php/test/Ice/exceptions/run.py index 9d0075c32d1..37258a80f5b 100755 --- a/php/test/Ice/exceptions/run.py +++ b/php/test/Ice/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 |