diff options
| -rwxr-xr-x | meta/recipes-core/dbus/dbus/run-ptest | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest index 48535e13da..d3eec08235 100755 --- a/meta/recipes-core/dbus/dbus/run-ptest +++ b/meta/recipes-core/dbus/dbus/run-ptest | |||
| @@ -19,10 +19,12 @@ files=`ls test/test-*` | |||
| 19 | for i in $files | 19 | for i in $files |
| 20 | do | 20 | 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 | #additionally, test-names needs to be run under X | ||
| 22 | if [ $i = "test/test-service" ] \ | 23 | if [ $i = "test/test-service" ] \ |
| 23 | || [ $i = "test/test-shell-service" ] \ | 24 | || [ $i = "test/test-shell-service" ] \ |
| 24 | || [ $i = "test/test-segfault" ] \ | 25 | || [ $i = "test/test-segfault" ] \ |
| 25 | || [ $i = "test/test-bus" ] | 26 | || [ $i = "test/test-bus" ] \ |
| 27 | || [ $i = "test/test-names" ] | ||
| 26 | then | 28 | then |
| 27 | continue | 29 | continue |
| 28 | fi | 30 | fi |
