Skip to content

Commit

Permalink
Added external=True to run() in noxfile.py
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Sep 21, 2023
1 parent e1c88c2 commit c0a76e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verification/block/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def verify_block(session, blockName, testName, coverage=""):
"COVERAGE_TYPE=" + coverage,
"MODULE=" + testName,
"COCOTB_RESULTS_FILE=" + testNameXML,
external=True,
stdout=testLog,
stderr=testLog,
)
Expand Down

0 comments on commit c0a76e9

Please sign in to comment.