summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/dbus')
-rwxr-xr-xmeta/recipes-core/dbus/dbus/run-ptest3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest
index cf2e68fa02..48535e13da 100755
--- a/meta/recipes-core/dbus/dbus/run-ptest
+++ b/meta/recipes-core/dbus/dbus/run-ptest
@@ -21,7 +21,8 @@ do
21 #these programs are used by testcase test-bus, don't run here 21 #these programs are used by testcase test-bus, don't run here
22 if [ $i = "test/test-service" ] \ 22 if [ $i = "test/test-service" ] \
23 || [ $i = "test/test-shell-service" ] \ 23 || [ $i = "test/test-shell-service" ] \
24 || [ $i = "test/test-segfault" ] 24 || [ $i = "test/test-segfault" ] \
25 || [ $i = "test/test-bus" ]
25 then 26 then
26 continue 27 continue
27 fi 28 fi