Changeset 84324 in vbox
- Timestamp:
- May 15, 2020 6:25:22 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137998
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r84323 r84324 190 190 if oRegExp.match(os.path.basename(s)) 191 191 and os.path.exists(sTestBuildDir + '/' + s)); 192 asFiles = sorted(asFiles, reverse = True, 192 asFiles = sorted(asFiles, reverse = True, 193 193 key = lambda s, sTstBuildDir = sTestBuildDir: os.path.getmtime(os.path.join(sTstBuildDir, s))); 194 194 if asFiles:
Note:
See TracChangeset
for help on using the changeset viewer.