VirtualBox

Changeset 84655 in vbox


Ignore:
Timestamp:
Jun 3, 2020 9:54:20 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138407
Message:

Main: bugref:9341: Added closing guest session during VM reboot if guest process call failed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r84642 r84655  
    556556                                                          ['ifconfig',],
    557557                                                          False, False);
    558             if fRc:
    559                 break;
     558                if fRc:
     559                    break;
     560
     561                self.closeSession(oGuestSession, False);
    560562
    561563            self.oTestDriver.sleep(10);
     
    921923                                                          ['C:\\Windows\\System32\\ipconfig.exe',],
    922924                                                          False, False);
    923             if fRc:
    924                 break;
     925                if fRc:
     926                    break;
     927
     928                self.closeSession(oGuestSession, False);
    925929
    926930            self.oTestDriver.sleep(10);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette