diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-08 22:18:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-08 22:18:39 +0000 |
commit | 43dc982678b7592001df77d6bd32e286299c24cc (patch) | |
tree | 367213889351866b763ea80cda64d07c1d40c39b /cpp/test/IceStorm/federation2/run.py | |
parent | add test for Map.Entry.setValue (diff) | |
download | ice-43dc982678b7592001df77d6bd32e286299c24cc.tar.bz2 ice-43dc982678b7592001df77d6bd32e286299c24cc.tar.xz ice-43dc982678b7592001df77d6bd32e286299c24cc.zip |
many fixes to run scripts
Diffstat (limited to 'cpp/test/IceStorm/federation2/run.py')
-rwxr-xr-x | cpp/test/IceStorm/federation2/run.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py index 019696da00b..a736b13a45a 100755 --- a/cpp/test/IceStorm/federation2/run.py +++ b/cpp/test/IceStorm/federation2/run.py @@ -25,7 +25,9 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil -testdir = os.path.join(toplevel, "test", "IceStorm", "federation2") +name = os.path.join("IceStorm", "federation2") +testdir = os.path.join(toplevel, "test", name) + exedir = os.path.join(toplevel, "test", "IceStorm", "federation") iceBox = os.path.join(toplevel, "bin", "icebox") |