Changeset 98076 in vbox
- Timestamp:
- Jan 13, 2023 1:16:09 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r98074 r98076 1209 1209 # When executing in remote execution mode, make sure to append the executable suffix here, as 1210 1210 # the (white / black) lists do not contain any OS-specific executable suffixes. 1211 if self.sMode in ('remote-exec'):1211 if self.sMode == 'remote-exec': 1212 1212 sFilename = sFilename + self.sExeSuff; 1213 1213 # Separate base and suffix and morph the base into something we
Note:
See TracChangeset
for help on using the changeset viewer.