summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-10-26 19:34:35 +0200
committerJose <jose@zeroc.com>2016-10-26 19:34:35 +0200
commit69299956cb8d3f99b6e58a1c2c03f40b6e44e5b3 (patch)
tree626b93f3b2dad70c98ee6cd88cf84dbf6d3cef5f /scripts/TestUtil.py
parentRefactored string literal generation and updated identityToString format (diff)
downloadice-69299956cb8d3f99b6e58a1c2c03f40b6e44e5b3.tar.bz2
ice-69299956cb8d3f99b6e58a1c2c03f40b6e44e5b3.tar.xz
ice-69299956cb8d3f99b6e58a1c2c03f40b6e44e5b3.zip
Update Visual Studio test project to build with Ice nuget packages
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 22e4c6e1255..ff62b0ed2e2 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1697,8 +1697,6 @@ def clientEchoTest(additionalServerOptions = "", additionalClientOptions = "",
else:
serverdir = testdir
- print("serverdir: " + serverdir)
-
if server is None:
server = getDefaultServerFile(serverdir)
if client is None:
@@ -2500,7 +2498,6 @@ def runTests(start, expanded, num = 0, script = False):
if isWin32():
if dir.find(os.path.join("js", "test")) != -1 and es5 and dir.find("\\es5\\") == -1:
dir = dir.replace("test\\Ice\\", "test\\Ice\\es5\\").replace("test\\Glacier2\\", "test\\Glacier2\\es5\\")
- print("dir: {0}".format(dir))
else:
if dir.find(os.path.join("js", "test")) != -1 and es5 and dir.find("/es5/") == -1:
dir = dir.replace("test/Ice/", "test/Ice/es5/").replace("test/Glacier2/", "test/Glacier2/es5/")