summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-02-27 21:01:41 +0000
committerBernard Normier <bernard@zeroc.com>2004-02-27 21:01:41 +0000
commit9f4ca6d13fd79d55a27bde5cd8425212920ae2e9 (patch)
tree72aa538ed3b3c86560060aafe2417973b9eb02c5 /cpp
parentCloseHandle fix (diff)
downloadice-9f4ca6d13fd79d55a27bde5cd8425212920ae2e9.tar.bz2
ice-9f4ca6d13fd79d55a27bde5cd8425212920ae2e9.tar.xz
ice-9f4ca6d13fd79d55a27bde5cd8425212920ae2e9.zip
Reeanabled IcePack/deployer test on Windows
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/allTests.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 1a2141f5178..d3b902ca4e6 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -93,16 +93,9 @@ tests = [ \
"FreezeScript/evictor", \
"Glacier/starter", \
"IcePack/simple", \
+ "IcePack/deployer", \
]
-#
-# TODO: find out why the deployer test doesn't work on Windows.
-#
-if TestUtil.isWin32() == 0:
- tests += [ \
- "IcePack/deployer", \
- ]
-
def usage():
print "usage: " + sys.argv[0] + " [-l]"
sys.exit(2)