VirtualBox

Changeset 61552 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 7, 2016 8:22:26 PM (9 years ago)
Author:
vboxsync
Message:

vboxwrappers.py: queryDbgInfoVgaText: Ignore trailing newline when looking for 'Not in text mode!', it's sufficient that it starts with that text.

File:
1 edited

Legend:

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

    r61511 r61552  
    24222422        try:
    24232423            sVgaText = self.o.console.debugger.info('vgatext', sArg);
    2424             if sVgaText == 'Not in text mode!':
     2424            if sVgaText.startswith('Not in text mode!'):
    24252425                sVgaText = None;
    24262426        except:
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