summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-07 21:31:09 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-07 21:31:09 +0000
commit3bc54265fc832fbd3da9dd17cfda4f8f0e26874c (patch)
tree2f7a19e6f6127ae26b07a489e837b8d79b565b20 /cpp/test/Slice/errorDetection/run.py
parentStarted to add structs and maps (diff)
downloadice-3bc54265fc832fbd3da9dd17cfda4f8f0e26874c.tar.bz2
ice-3bc54265fc832fbd3da9dd17cfda4f8f0e26874c.tar.xz
ice-3bc54265fc832fbd3da9dd17cfda4f8f0e26874c.zip
sequence, dictionary
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-xcpp/test/Slice/errorDetection/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py
index 65d56b05688..47ef25143ab 100755
--- a/cpp/test/Slice/errorDetection/run.py
+++ b/cpp/test/Slice/errorDetection/run.py
@@ -26,6 +26,7 @@ for file in os.listdir(directory):
if(regex1.search(file)):
files.append(file)
+files.sort()
for file in files:
print file + "...",