Changeset 84444 in vbox
- Timestamp:
- May 22, 2020 7:55:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84443 r84444 206 206 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = False); 207 207 reporter.testDone(); 208 if oTxsSession: 209 oTxsSession.syncExec("sed", 208 if oTxsSession: 209 oTxsSession.syncExec("sed", 210 210 ("sed", "-i", "'s/.*udev_log.*/udev_log=\"debug\"/'", "/etc/udev/udev.conf"), 211 211 fIgnoreErrors = True);
Note:
See TracChangeset
for help on using the changeset viewer.