Skip to content

Commit

Permalink
sort list of tests to analyze by date in the folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
piberger committed Jul 19, 2016
1 parent 103f3fa commit bc52a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Analyse/Controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ def AnalyseSingleQualification(Folder):

def AnalyseAllTestDataInDirectory(GlobalDataDirectory):
Folders = os.listdir(GlobalDataDirectory)
Folders.sort()
print "FOLDERS:"
print Folders
FoldersToBeAnalyzed = []

for Folder in Folders:
Expand Down

0 comments on commit bc52a17

Please # to comment.