summaryrefslogtreecommitdiff
path: root/.travis-script.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-25 05:43:53 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-25 05:43:53 +0200
commit1f0ab08301c72571b68e6c511a168669c72e9db7 (patch)
tree5da4e40340ea82511c47b7304ca7b8d1bb1ca675 /.travis-script.sh
parent06714b364ec243d959553741a4b134b59d88ec6f (diff)
downloadlibgphoto2-1f0ab08301c72571b68e6c511a168669c72e9db7.tar.gz
Rename libgphoto2_port test directory tests
Rename the libgphoto2_port/test directory to libgphoto2_port/tests to make its name the same as libgphoto2/tests.
Diffstat (limited to '.travis-script.sh')
-rw-r--r--.travis-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-script.sh b/.travis-script.sh
index a1d756a21..e66a6cebe 100644
--- a/.travis-script.sh
+++ b/.travis-script.sh
@@ -55,7 +55,7 @@ then
echo "\"make check\" successful."
else
s="$?"
- for log in libgphoto2_port/test/test-suite.log test/test-suite.log
+ for log in libgphoto2_port/tests/test-suite.log tests/test-suite.log
do
echo "### BEGIN LOG: $log ###"
cat "$log"