Skip to content

Commit

Permalink
jna: mark that testcase uses KDB
Browse files Browse the repository at this point in the history
see build server error

https://build.libelektra.org/jenkins/blue/organizations/jenkins/libelektra/detail/PR-2274/4/pipeline

java.lang.Throwable: failure in I/O to KDB: Sorry, the error #30 occurred!
Description: a conflict occurred: another KDB instance modified the key database
  • Loading branch information
Markus Raab committed Oct 24, 2018
1 parent 1bd36e1 commit 656fa0f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/bindings/jna/CMakeLists.txt
Expand Up @@ -72,7 +72,12 @@ if (Java_JAVAC_EXECUTABLE)
PROPERTY LABELS
bindings
memleak)
endif (NOT ENABLE_ASAN)

set_property (TEST testjna_maven
APPEND
PROPERTY LABELS
kdbtests)
endif (NOT ENABLE_ASAN)
else (MAVEN_EXECUTABLE)
exclude_binding (jna "Maven Executable not found, but required to build the jna bindings")
endif (MAVEN_EXECUTABLE)
Expand Down

0 comments on commit 656fa0f

Please sign in to comment.