mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 17:56:47 +00:00
Always include testconfig so java tests are run with all tests
This commit is contained in:
parent
fbbbfdacc7
commit
60b9472472
@ -35,6 +35,8 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
source "$servald_build_root/testconfig.sh"
|
||||
|
||||
export PATH="$servald_build_root:$PATH"
|
||||
export TFW_LOGDIR="${SERVAL_TEST_LOGDIR:-$servald_build_root/testlog}"
|
||||
|
||||
|
@ -22,8 +22,6 @@ java_build_root="$java_source_root"
|
||||
java_classdir="$java_build_root/java-api/classes"
|
||||
java_testclassdir="$java_build_root/java-api/testclasses"
|
||||
|
||||
source "$java_build_root/testconfig.sh"
|
||||
|
||||
# Utility function for setting up servald JNI fixtures:
|
||||
# - check that libservaldaemon.so is present
|
||||
# - set LD_LIBRARY_PATH so that libservaldaemon.so can be found
|
||||
|
Loading…
x
Reference in New Issue
Block a user