diff --git a/test/gui/shared/scripts/bdd_hooks.py b/test/gui/shared/scripts/bdd_hooks.py index 099e5deaa52..b436850636b 100644 --- a/test/gui/shared/scripts/bdd_hooks.py +++ b/test/gui/shared/scripts/bdd_hooks.py @@ -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()