VirtualBox

Changeset 97419 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 6, 2022 10:50:36 AM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/vbox.py: Print environment variables in verbose mode (nits).

File:
1 edited

Legend:

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

    r97416 r97419  
    11321132        reporter.log2('VBoxSVC environment:');
    11331133        for sKey, sVal in sorted(os.environ.items()):
    1134             reporter.log2('%s=%s\n' % (sKey, sVal));
     1134            reporter.log2('%s=%s' % (sKey, sVal));
    11351135
    11361136        # Always leave a pid file behind so we can kill it during cleanup-before.
     
    13781378        reporter.log2('Self environment:');
    13791379        for sKey, sVal in sorted(os.environ.items()):
    1380             reporter.log2('%s=%s\n' % (sKey, sVal));
     1380            reporter.log2('%s=%s' % (sKey, sVal));
    13811381
    13821382        # Hack the sys.path + environment so the vboxapi can be found.
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