Change libtool path in tests to fix travis builds

This commit is contained in:
Marko Viitanen 2019-09-11 09:16:50 +03:00
parent 99597b828a
commit da5dca057d

View file

@ -45,7 +45,7 @@ valgrind_test() {
# No quotes for $valgrind because it expands to multiple (or zero) # No quotes for $valgrind because it expands to multiple (or zero)
# arguments. # arguments.
print_and_run \ print_and_run \
libtool execute $valgrind \ ../libtool execute $valgrind \
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@" ../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
print_and_run \ print_and_run \
@ -66,7 +66,7 @@ encode_test() {
set +e set +e
print_and_run \ print_and_run \
libtool execute \ ../libtool execute \
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@" ../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
actual_status="$?" actual_status="$?"
set -e set -e