From cb4d5772e9a7a9228577df83027e45ec7de022ea Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 5 Nov 2014 15:33:01 +0100 Subject: Fixed ICE-5607: relaxed Ice.MessageSizeMax --- scripts/TestUtil.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/TestUtil.py') diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 6156084f7c5..877fb9b0ce5 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1276,11 +1276,10 @@ def clientServerTest(additionalServerOptions = "", additionalClientOptions = "", else: serverenv = getTestEnv(lang, serverdir) - global cross if len(cross) > 0: - if lang == "js": - print("** skipping js cross test") + if lang == "js" and cross[0] != lang: + print("** skipping js cross test ") return elif len(cross) == 0: cross.append(lang) -- cgit v1.2.3