VirtualBox

Ignore:
Timestamp:
Jan 16, 2017 10:01:38 AM (8 years ago)
Author:
vboxsync
Message:

testdriver/vboxinstaller.py: On abort do _killAllVBoxProcesses before redoing the pid file killings. The sub driver already did process the pid file.

File:
1 edited

Legend:

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

    r65116 r65311  
    197197    def actionAbort(self):
    198198        """
    199         Forward this to the sub testdriver first, then do the default pid file
    200         based cleanup and finally swipe the scene with the heavy artillery.
     199        Forward this to the sub testdriver first, then wipe all VBox like
     200        processes, and finally do the pid file processing (again).
    201201        """
    202202        fRc1 = self._executeSubDriver([ 'abort', ], fMaySkip = False);
    203         fRc2 = TestDriverBase.actionAbort(self);
    204         fRc3 = self._killAllVBoxProcesses();
     203        fRc2 = self._killAllVBoxProcesses();
     204        fRc3 = TestDriverBase.actionAbort(self);
    205205        return fRc1 and fRc2 and fRc3;
    206206
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