Skip to content
Snippets Groups Projects
Verified Commit 43629048 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/kcontacts: Disable test requiring X11

parent c7aed0df
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ build() {
check() {
cd "$builddir"
# addresstest requires the library to already be installed.
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E addresstest
# picturetest requires X11 running.
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "(address|picture)test"
}
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