VirtualBox

Changeset 61327 in vbox for trunk/src


Ignore:
Timestamp:
May 31, 2016 10:19:19 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107621
Message:

TestSetLogic::createFile: Find the last runninng idTestResult for the test set not the first one (will always be the root one). Should fix the log files associated with the root result instead of the failing tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testset.py

    r61284 r61327  
    517517                          'WHERE    idTestSet = %s\n'
    518518                          '     AND enmStatus = \'running\'::TestStatus_T\n'
    519                           'ORDER BY idTestResult\n'
     519                          'ORDER BY idTestResult DESC\n'
    520520                          'LIMIT    1\n'
    521521                          % ( oTestSet.idTestSet, ));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette