diff options
Diffstat (limited to 'meta/recipes-core/dbus')
-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 48535e13dad..d3eec08235d 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-*` for i in $files do #these programs are used by testcase test-bus, don't run here + #additionally, test-names needs to be run under X if [ $i = "test/test-service" ] \ || [ $i = "test/test-shell-service" ] \ || [ $i = "test/test-segfault" ] \ - || [ $i = "test/test-bus" ] + || [ $i = "test/test-bus" ] \ + || [ $i = "test/test-names" ] then continue fi |