VirtualBox

Changeset 104770 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 24, 2024 9:34:48 AM (6 months ago)
Author:
vboxsync
Message:

ValKit, storagecfg.py: enable logging for volume creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py

    r103806 r104770  
    345345                if cbVol is not None:
    346346                    sFdiskScript = ',' + str(cbVol // 512) + '\n'; # Get number of sectors
    347                 fRc = oExec.execBinaryNoStdOut('sfdisk', ('--no-reread', '--wipe', 'always', '-q', '-f', sDiskPath), \
     347                fRc = oExec.execBinary('sfdisk', ('--no-reread', '--wipe', 'always', '-q', '-f', sDiskPath), \
    348348                                               sFdiskScript);
    349349                if fRc:
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