diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-11 12:09:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-11 12:09:20 +0000 |
commit | 0558e088c7d14ff6cf8ff531f30c607a46e6104b (patch) | |
tree | 43ba5bac6618b55ffacd38c7d2226f91ef4b75b3 /cpp/allTests.py | |
parent | Fixed incorrect diagnostic if a structure contained itself: the name of the (diff) | |
download | ice-0558e088c7d14ff6cf8ff531f30c607a46e6104b.tar.bz2 ice-0558e088c7d14ff6cf8ff531f30c607a46e6104b.tar.xz ice-0558e088c7d14ff6cf8ff531f30c607a46e6104b.zip |
fixed retry bug
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 4a1ffeefb91..26a0ae3432b 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -28,7 +28,7 @@ tests = [ \ "IceUtil/thread", \ "IceUtil/unicode", \ "IceUtil/inputUtil", \ - "Slice/errorDetection", \ +# "Slice/errorDetection", \ "Ice/operations", \ "Ice/exceptions", \ "Ice/inheritance", \ |