Skip to content

Commit

Permalink
Merge pull request #7 from 5genesis/documentation
Browse files Browse the repository at this point in the history
Documentation
  • Loading branch information
NaniteBased committed Jan 12, 2021
2 parents 45b414f + 297816b commit c11245a
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 248 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**12/01/2021** [Version 2.4.1]

- Updated documentation

**22/12/2020** [Version 2.4.0]

- Added East/West interface
Expand Down
2 changes: 1 addition & 1 deletion Helper/default_config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tap:
Folder: C:/Program Files/OpenTAP
Results: C:/Program Files/OpenTAP/Results
EnsureClosed: True
EnsureAdbClosed: True
EnsureAdbClosed: False
Grafana:
Enabled: False
Host:
Expand Down
2 changes: 1 addition & 1 deletion Helper/tap_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _inferLevel(l: str) -> Level:
if self.tapConfig.EnsureClosed:
if 'Unable to continue. Now exiting TAP CLI' in line:
self.closeStarted = True
Tap.ensureTapClosed(self.process, self.logger)
Tap.ensureTapClosed(self.process, self.logger, self.tapConfig.EnsureAdbClosed)

if Tap.closingRegex.match(line):
self.closedInstruments += 1
Expand Down
Loading

0 comments on commit c11245a

Please sign in to comment.