diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-01-30 13:45:21 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-01-30 13:45:21 -0800 |
commit | 61270a10f980933cf582edb766f10c8ac6d86e8a (patch) | |
tree | 45ab4a7c2986954054fce613bc3c8f7967e7951e /scripts/tests/Ice/ami.py | |
parent | Fix slice2cpp build failure (diff) | |
download | ice-61270a10f980933cf582edb766f10c8ac6d86e8a.tar.bz2 ice-61270a10f980933cf582edb766f10c8ac6d86e8a.tar.xz ice-61270a10f980933cf582edb766f10c8ac6d86e8a.zip |
merging IceBridge into master
Diffstat (limited to 'scripts/tests/Ice/ami.py')
-rw-r--r-- | scripts/tests/Ice/ami.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Ice/ami.py b/scripts/tests/Ice/ami.py index 6e5abe02f7f..7ecc8fd7c5f 100644 --- a/scripts/tests/Ice/ami.py +++ b/scripts/tests/Ice/ami.py @@ -8,4 +8,4 @@ # # ********************************************************************** -TestSuite(__name__, options = { "compress" : [False] })
\ No newline at end of file +TestSuite(__name__, options = { "compress" : [False], "serialize" : [False] }) |