summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 1b7dd610f0b..c801c7b9dfd 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -85,6 +85,7 @@ tests = [ \
"FreezeScript/evictor", \
"IcePack/simple", \
"IcePack/deployer", \
+ "Glacier2/router", \
]
#
@@ -93,7 +94,6 @@ tests = [ \
if TestUtil.isCygwin() == 0:
tests += [ \
"Glacier/starter", \
- "Glacier2/router", \
]
def usage():