Skip to content

Commit

Permalink
More CI info
Browse files Browse the repository at this point in the history
  • Loading branch information
Klint Anders (Consultant) committed Apr 9, 2024
1 parent 1c7a536 commit 8e5b3eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_CAN_bus_loogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def test_almost_j1939_extract(self):
# This dbc throws exception without the suggested changes in branch "relaxed_j1939"...
# else it is identical to the CSS Electronics demo file in test package
# NB: This fiddöing with optional "test" in path not needed if test file included in test .zip!
dbc = os.path.join(".", "test", "almost-J1939.dbc") # Local tests
dbc = os.path.join("test", "almost-J1939.dbc") # Local tests
print(f"{dbc=} exists? {os.path.exists(dbc)}")
print(f"content of test subdir: {os.listdir('test')}")
# if not os.path.exists(dbc):
# dbc = os.path.join(os.path.abspath("."), "almost-J1939.dbc") # CI env?

Expand Down

0 comments on commit 8e5b3eb

Please sign in to comment.