VirtualBox

Changeset 94408 in vbox for trunk


Ignore:
Timestamp:
Mar 31, 2022 9:53:43 AM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/unit tests: Made execution modes more flexible [build fix]. ​bugref:10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py

    r94407 r94408  
    518518            if iArg >= len(asArgs):
    519519                raise base.InvalidOption('Option "%s" needs a value' % (asArgs[iArg - 1]));
    520             if asArgs[iArg] in [ 'local', 'remote-copy', 'remote-exec' ]:
     520            if    asArgs[iArg] == 'local' \
     521               or asArgs[iArg] == 'remote-copy' \
     522               or asArgs[iArg] == 'remote-exec':
    521523                self.sMode = asArgs[iArg];
    522524            else:
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