Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 17, 2024
1 parent 5d0b412 commit c59d3e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gui/shared/scripts/bdd_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@
@OnFeatureStart
def hook(context):
print("------------------")
test.log("------------------")
print(os.getenv("DBUS_SESSION_BUS_ADDRESS"))
test.log(os.getenv("DBUS_SESSION_BUS_ADDRESS"))
print("------------------")
test.log("------------------")
init_config()


Expand Down

0 comments on commit c59d3e6

Please sign in to comment.