Skip to content
Snippets Groups Projects
Commit 8e92a8c0 authored by mio's avatar mio Committed by Bart Ribbers
Browse files

community/libqaccessibilityclient: disable check due to failing test

Disable check due to 1/1 failed test. Resolves `No tests were found!!!`
error causing build failure with abuild 3.14.0.

Ref: #16519
parent 6ec664b3
No related branches found
No related tags found
1 merge request!74156community/libqaccessibilityclient: disable check due to failing test
Pipeline #268657 skipped
...@@ -23,6 +23,7 @@ checkdepends=" ...@@ -23,6 +23,7 @@ checkdepends="
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
_repo_url="https://invent.kde.org/libraries/libqaccessibilityclient.git" _repo_url="https://invent.kde.org/libraries/libqaccessibilityclient.git"
source="https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-$pkgver.tar.xz" source="https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-$pkgver.tar.xz"
options="!check" # 1/1 test failed
build() { build() {
cmake -B build -DBUILD_WITH_QT6=ON -G Ninja \ cmake -B build -DBUILD_WITH_QT6=ON -G Ninja \
...@@ -33,7 +34,7 @@ build() { ...@@ -33,7 +34,7 @@ build() {
} }
check() { check() {
dbus-run-session -- xvfb-run ctest --test-dir build --output-on-failure -E "libkdeaccessibilityclient-tst_accessibilityclient" dbus-run-session -- xvfb-run -a ctest --test-dir build
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment