Update jar test LD_LIBRARY_PATH to use libs/x86_64_linux
This commit is contained in:
parent
4682fb3ec8
commit
bec53bd836
@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
test {
|
||||
environment "LD_LIBRARY_PATH", file("${projectDir}/../../target/debug").absolutePath
|
||||
environment "LD_LIBRARY_PATH", file("${projectDir}/libs/x86_64_linux").absolutePath
|
||||
// testLogging {
|
||||
// events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT", "STANDARD_ERROR"
|
||||
// }
|
||||
|
Loading…
x
Reference in New Issue
Block a user