diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-13 14:10:16 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-13 14:10:16 -0700 |
commit | 207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a (patch) | |
tree | b26e87495ed748d46269e0d9563e575401729057 /scripts/LocalDriver.py | |
parent | js/Ice/exception fixes to print exception that causes the failure (diff) | |
download | ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.bz2 ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.tar.xz ice-207d518ba33c1d802ad3f3dbdb9a5fa80ad9037a.zip |
Java & Android test fixes
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r-- | scripts/LocalDriver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py index 3370e7f3c0b..9ec6db4aab9 100644 --- a/scripts/LocalDriver.py +++ b/scripts/LocalDriver.py @@ -507,7 +507,7 @@ class LocalDriver(Driver): if confStr: current.writeln("- Config: {0}".format(confStr)) if cross: - current.writeln("- Mappings: {0}/{1}".format(client.getMapping(), server.getMapping())) + current.writeln("- Mappings: {0},{1}".format(client.getMapping(), server.getMapping())) if not current.config.canRun(current) or not current.testcase.canRun(current): current.writeln("skipped, not supported with this configuration") return |