X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fexecute.sh;h=add0e78b1649c1245121c218945970c9d4cbf21b;hp=7703340d40120c4061b2c8c6139110ff4f9fbf8f;hb=195ef1b33d2d1c11360b6477e8a1d93d5f27821f;hpb=6a05ea94f796ee491ba00368afb3487b21903f90 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