Changeset 71538 in vbox
- Timestamp:
- Mar 28, 2018 1:07:27 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r70765 r71538 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 7Oracle Corporation11 Copyright (C) 2010-2018 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as … … 1038 1038 reporter.log('term="%s" gdb="%s"' % (sTerm, sGdbCmdLine)); 1039 1039 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>". 1041 1041 os.environ['SHELL'] = self.sOurShell; 1042 1042 if self.oVBoxSvcProcess is not None:
Note:
See TracChangeset
for help on using the changeset viewer.