Skip to content
Snippets Groups Projects
Commit cccd9598 authored by alice's avatar alice
Browse files

community/keepassxc: fix check

parent c94d3a02
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ build() { ...@@ -59,7 +59,7 @@ build() {
check() { check() {
cd build cd build
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run -a ctest -E 'testcli' # v2.7.4 testcli fails CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run -a ctest -E 'testcli' -j1 # v2.7.4 testcli fails
} }
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