Changeset 71539 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Mar 28, 2018 1:09:16 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r71538 r71539 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); ## @todo -e is deprecated; use "-- <args>". 1040 ## @todo -e is deprecated; use "-- <args>". 1041 self.oVBoxSvcProcess = base.Process.spawnp(sTerm, sTerm, '-e', sGdbCmdLine); 1041 1042 os.environ['SHELL'] = self.sOurShell; 1042 1043 if self.oVBoxSvcProcess is not None:
Note:
See TracChangeset
for help on using the changeset viewer.