Always include testconfig so java tests are run with all tests

This commit is contained in:
Jeremy Lakeman 2018-01-08 11:46:47 +10:30
parent fbbbfdacc7
commit 60b9472472
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -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