diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 1 |
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 + "...", |