VirtualBox

Changeset 71538 in vbox


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

ValidationKit/testdriver: Added a @todo.

File:
1 edited

Legend:

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

    r70765 r71538  
    99__copyright__ = \
    1010"""
    11 Copyright (C) 2010-2017 Oracle Corporation
     11Copyright (C) 2010-2018 Oracle Corporation
    1212
    1313This file is part of VirtualBox Open Source Edition (OSE), as
     
    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);
     1040                self.oVBoxSvcProcess = base.Process.spawnp(sTerm, sTerm, '-e', sGdbCmdLine); ## @todo -e  is deprecated; use "-- <args>".
    10411041                os.environ['SHELL'] = self.sOurShell;
    10421042                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