VirtualBox

Changeset 94407 in vbox


Ignore:
Timestamp:
Mar 31, 2022 9:50:03 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

    r94405 r94407  
    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] in [ 'local', 'remote-copy', 'remote-exec' ]:
    521521                self.sMode = asArgs[iArg];
    522522            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