diff options
author | Jose <jose@zeroc.com> | 2014-11-21 00:25:58 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-21 00:25:58 +0100 |
commit | d91c43b27167233345d78255908fec24fb1d71af (patch) | |
tree | bbe89eff20f712d7badbbc81b8339c66ccef911b /cpp/test/Slice/errorDetection/run.py | |
parent | DistUtil typo (diff) | |
download | ice-d91c43b27167233345d78255908fec24fb1d71af.tar.bz2 ice-d91c43b27167233345d78255908fec24fb1d71af.tar.xz ice-d91c43b27167233345d78255908fec24fb1d71af.zip |
More updates for ICE-5931, ICE-5935
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index 4f5e1d40d55..054340edeaa 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -39,7 +39,6 @@ for file in files: command = slice2cpp + ' --underscore -I. "%s"' % os.path.join(os.getcwd(), file) else: command = slice2cpp + ' -I. "%s"' % os.path.join(os.getcwd(), file) - p = TestUtil.runCommand(command) (stdin, stdout, stderr) = (p.stdin, p.stdout, p.stderr) |