VirtualBox

Ignore:
Timestamp:
Oct 5, 2020 8:50:29 AM (4 years ago)
Author:
vboxsync
Message:

testdriver/vbox.py: More verbose build detection for now. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r86450 r86451  
    469469                    if iExit == 0 and sStdOut in ('release', 'debug', 'strict', 'dbgopt', 'asan'):
    470470                        self.sType = sStdOut;
    471                         reporter.log2('build type: %s' % (self.sType));
     471                        reporter.log('Build: Detected build type: %s' % (self.sType));
    472472                    else:
    473                         reporter.log2('Build: --dump-build-type -> iExit=%u sStdOut=%s' % (iExit, sStdOut,));
     473                        reporter.log('Build: --dump-build-type -> iExit=%u sStdOut=%s' % (iExit, sStdOut,));
    474474                except:
    475475                    reporter.logXcpt('Build: Running "%s --dump-build-type" failed!' % (sVBoxManage,));
Note: See TracChangeset for help on using the changeset viewer.

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