From 50c553ac8104d6dd08c13ad8a787c3d144375bd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Artur=20=C5=9Awigo=C5=84?= Date: Tue, 29 Sep 2020 12:17:23 +0200 Subject: [PATCH] [AT-SPI] Execute tct under dbus-launch Change-Id: I5e88cf4bd932070277e58b2fbfb075943efcd560 --- automated-tests/execute.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated-tests/execute.sh b/automated-tests/execute.sh index 7703340..add0e78 100755 --- a/automated-tests/execute.sh +++ b/automated-tests/execute.sh @@ -118,7 +118,7 @@ else do echo -e "$ASCII_BOLD" echo -e "Executing $mod$ASCII_RESET" - build/src/$mod/tct-$mod-core $opt_serial $opt_noFailedRerun + dbus-launch build/src/$mod/tct-$mod-core $opt_serial $opt_noFailedRerun done summary_end @@ -128,7 +128,7 @@ else summary_start module=$1 shift; - build/src/$module/tct-$module-core $opt_serial $opt_noFailedRerun $* + dbus-launch build/src/$module/tct-$module-core $opt_serial $opt_noFailedRerun $* summary_end else @@ -141,7 +141,7 @@ else if [ $ret -ne 6 ] ; then if [ $opt_debug -ne 0 ] ; then echo DEBUGGING: - gdb --args build/src/$mod/tct-$mod-core $1 + dbus-launch gdb --args build/src/$mod/tct-$mod-core $1 else echo $output -- 2.7.4