summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-26 16:06:41 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-26 16:06:41 +0200
commite811b38b5f593f49f54be82385537ac1abeb0f94 (patch)
tree3a633d6ed7407cdbfef7c39f028f201542a081bd /cpp/allTests.py
parentFixed UDP IPv6 test failures on OS X (diff)
downloadice-e811b38b5f593f49f54be82385537ac1abeb0f94.tar.bz2
ice-e811b38b5f593f49f54be82385537ac1abeb0f94.tar.xz
ice-e811b38b5f593f49f54be82385537ac1abeb0f94.zip
Minor metrics fixes
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 6f4aa7d1925..2228c1915eb 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -116,7 +116,7 @@ tests = [
if TestUtil.isWin32() or os.getuid() == 0:
tests += [
("IceUtil/priority", ["core", "nodarwin"]),
- ("Ice/threadPoolPriority", ["core", "nodarwin"])
+ ("Ice/threadPoolPriority", ["core", "nodarwin", "nomx"])
]
if __name__ == "__main__":