VirtualBox

Changeset 93817 in vbox


Ignore:
Timestamp:
Feb 17, 2022 9:10:17 AM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Use a different command on POSIX-y OSes for testing blocking processes [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r93797 r93817  
    28892889                    try:
    28902890                        reporter.log('Waiting for blocking process #%d getting started...' % (i));
    2891                         eWaitResult = oProcess.waitForArray([ vboxcon.ProcessWaitForFlag_Start, ], 30 * 1000);
    2892                         eProcessStatus = oProcess.status;
     2891                        eWaitResult = oCurProc.waitForArray([ vboxcon.ProcessWaitForFlag_Start, ], 30 * 1000);
     2892                        eProcessStatus = oCurProc.status;
    28932893                    except:
    28942894                        fRc = reporter.errorXcpt('Waiting for blocking process #%d failed:' % (i,));
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