mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Updated the rpath to point to the correct location for the Java integration tests. (#262)
This commit is contained in:
committed by
Peter Johnson
parent
8d1c51b7e9
commit
c313dde03a
@@ -173,7 +173,7 @@ enableIn10Seconds&
|
||||
RUN_COMMAND=none
|
||||
if [[ ${LANGUAGE} = java ]]; then
|
||||
chmod a+x ${DEFAULT_JAVA_TEST_NAME}
|
||||
RUN_COMMAND="env LD_LIBRARY_PATH=/usr/local/frc/rpath-lib/ ${DEFAULT_PATH_TO_JRE} -ea -jar ${DEFAULT_JAVA_TEST_NAME} ${TEST_RUN_ARGS}"
|
||||
RUN_COMMAND="env LD_LIBRARY_PATH=/opt/GenICam_v3_0_NI/bin/Linux32_ARM/ ${DEFAULT_PATH_TO_JRE} -ea -jar ${DEFAULT_JAVA_TEST_NAME} ${TEST_RUN_ARGS}"
|
||||
elif [[ ${LANGUAGE} = cpp ]]; then
|
||||
chmod a+x ${DEFAULT_CPP_TEST_NAME}
|
||||
RUN_COMMAND="./${DEFAULT_CPP_TEST_NAME} ${TEST_RUN_ARGS}"
|
||||
|
||||
Reference in New Issue
Block a user