summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-10-24 10:47:44 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-10-24 10:47:44 +0200
commitae28f51b77c8213ceeb1e6882e6e59945c4fbc28 (patch)
tree3135f712b155ba578e2fb5d95de6e0c4a4cfe18f /cpp/test
parentNo longer systematically clean C++/Objective-C test iOS controller (diff)
downloadice-ae28f51b77c8213ceeb1e6882e6e59945c4fbc28.tar.bz2
ice-ae28f51b77c8213ceeb1e6882e6e59945c4fbc28.tar.xz
ice-ae28f51b77c8213ceeb1e6882e6e59945c4fbc28.zip
Fixes to improve testing speed
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Slice/errorDetection/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Slice/errorDetection/test.py b/cpp/test/Slice/errorDetection/test.py
index 11ae481a942..687981966cb 100644
--- a/cpp/test/Slice/errorDetection/test.py
+++ b/cpp/test/Slice/errorDetection/test.py
@@ -49,6 +49,7 @@ class SliceErrorDetectionTestCase(ClientTestCase):
else:
current.writeln("ok")
+ current.write("Forward.ice... ")
for language in ["cpp", "cs", "html", "java", "js", "matlab", "objc", "php", "py", "rb", "swift"]:
compiler = SliceTranslator('slice2%s' % language)
if not os.path.isfile(compiler.getCommandLine(current)):