diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-08-04 19:18:45 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-08-04 19:18:45 -0230 |
commit | d9c568300c2aed6ab736026ea116b3f1a72fbe43 (patch) | |
tree | 27191ba2b0d1ef43256561da01462b98c7bd696d /allTests.py | |
parent | Merge branch 'R3_3_branch' of ssh://cvs.zeroc.com/home/git/ice into R3_3_branch (diff) | |
download | ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.bz2 ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.tar.xz ice-d9c568300c2aed6ab736026ea116b3f1a72fbe43.zip |
Numerous cleanups to the test suite and expect scripts.
Conflicts:
cpp/test/Glacier2/staticFiltering/run.py
Diffstat (limited to 'allTests.py')
-rwxr-xr-x | allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/allTests.py b/allTests.py index 7cdc8cc6de3..86fa290a7a1 100755 --- a/allTests.py +++ b/allTests.py @@ -10,8 +10,8 @@ import os, sys, imp -sys.path.append(os.path.join(os.path.dirname(__file__), "config")) -import TestUtil +sys.path.append(os.path.join(os.path.dirname(__file__))) +from scripts import * testGroups = [] |