From da5dca057dc8dbca38e40d28d8fc62623ba9be36 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Wed, 11 Sep 2019 09:16:50 +0300 Subject: [PATCH] Change libtool path in tests to fix travis builds --- tests/util.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/util.sh b/tests/util.sh index bc12767d..34c9c305 100644 --- a/tests/util.sh +++ b/tests/util.sh @@ -45,7 +45,7 @@ valgrind_test() { # No quotes for $valgrind because it expands to multiple (or zero) # arguments. print_and_run \ - libtool execute $valgrind \ + ../libtool execute $valgrind \ ../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@" print_and_run \ @@ -66,7 +66,7 @@ encode_test() { set +e print_and_run \ - libtool execute \ + ../libtool execute \ ../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@" actual_status="$?" set -e