diff options
| -rwxr-xr-x | meta/recipes-core/dbus/dbus/run-ptest | 3 |
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 |
