We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72036b9 commit 864efd7Copy full SHA for 864efd7
1 file changed
test/run_unit
@@ -6,5 +6,5 @@ if [[ ! -z "${UCVM_INSTALL_PATH}" ]]; then
6
exit
7
fi
8
9
-env DYLD_LIBRARY_PATH=../src ./test_cca
+env DYLD_LIBRARY_PATH=../src:${DYLD_LIBRARY_PATH} ./test_cca
10
0 commit comments