se LD_LIBRARY_PATH just for the test run of binaries provided by releng_cxx

This commit is contained in:
George Danchev
2011-07-05 18:40:26 +00:00
parent 2dd0e8de3c
commit ac9c5ab6da
3 changed files with 29 additions and 12 deletions

View File

@ -92,8 +92,8 @@ fi
exit 7
fi
BASE=$(basename ${SMPL}.obj)
printf "${SELF}: Running ${GEN_DATA_DIR}/${BASE}"
${GEN_DATA_DIR}/${BASE}
printf "${SELF}: Running LD_LIBRARY_PATH=../libisoburn/.libs/ ${GEN_DATA_DIR}/${BASE}"
LD_LIBRARY_PATH=../libisoburn/.libs/ ${GEN_DATA_DIR}/${BASE}
RET_SMPL="$?"
case ${RET_SMPL} in
0)