diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 1b1fd623e91..a163d65da2a 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -58,6 +58,8 @@ tests = [ \ "IceStorm/federation2", \ "Transform/dbmap", \ "Transform/evictor", \ + "IcePack/simple", \ + "IcePack/deployer", \ ] # @@ -65,8 +67,6 @@ tests = [ \ # if TestUtil.isWin32() == 0: tests += [ \ - "IcePack/simple", \ - "IcePack/deployer", \ "Glacier/starter", \ ] |