summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allTests.py')
-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)