diff --git a/tools/test-runner b/tools/test-runner index b0d6554d..a1967173 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -1416,6 +1416,7 @@ def run_auto_tests(ctx, args): # a set of tests was passed in just start out in the first. # os.chdir(tests[0]) + os.environ['DBUS_SYSTEM_BUS_ADDRESS'] = ctx.dbus_address os.system('/bin/bash') exit()