VirtualBox

Ignore:
Timestamp:
Mar 28, 2018 1:09:16 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121518
Message:

ValidationKit/testdriver: Added a @todo (Pylint).

File:
1 edited

Legend:

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

    r71538 r71539  
    10381038                reporter.log('term="%s" gdb="%s"' % (sTerm, sGdbCmdLine));
    10391039                os.environ['SHELL'] = self.sOrgShell; # Non-working shell may cause gdb and/or the term problems.
    1040                 self.oVBoxSvcProcess = base.Process.spawnp(sTerm, sTerm, '-e', sGdbCmdLine); ## @todo -e  is deprecated; use "-- <args>".
     1040                ## @todo -e  is deprecated; use "-- <args>".
     1041                self.oVBoxSvcProcess = base.Process.spawnp(sTerm, sTerm, '-e', sGdbCmdLine);
    10411042                os.environ['SHELL'] = self.sOurShell;
    10421043                if self.oVBoxSvcProcess is not None:
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