diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation/run.py')
-rwxr-xr-x | cpp/test/IceGrid/allocation/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/allocation/run.py b/cpp/test/IceGrid/allocation/run.py index 7ec72e35cff..f6f9fe05d5c 100755 --- a/cpp/test/IceGrid/allocation/run.py +++ b/cpp/test/IceGrid/allocation/run.py @@ -23,5 +23,5 @@ import IceGridAdmin name = os.path.join("IceGrid", "allocation") -IceGridAdmin.iceGridTest(name, "application.xml") +IceGridAdmin.iceGridTest(os.path.dirname(os.path.abspath(__file__)), name, "application.xml") sys.exit(0) |