diff options
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 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(): |