From: Willem Toorop Date: Wed, 17 Jul 2019 14:46:18 +0000 (+0200) Subject: Tjongejonge X-Git-Tag: release-1.7.1-rc1~4^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958adafd3a72546196116bd88cc8c57314ae0d32;p=thirdparty%2Fldns.git Tjongejonge --- diff --git a/.travis.yml b/.travis.yml index d6dae0be..9b3aac79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ matrix: # - os: osx # compiler: gcc # env: VALGRIND=true ANALYSIS=true COVERAGE=true DOXYGEN=true -# - os: osx -# compiler: clang -# env: VALGRIND=true ANALYSIS=true COVERAGE=true DOXYGEN=true + - os: osx + compiler: clang + env: VALGRIND=true ANALYSIS=true COVERAGE=true DOXYGEN=true script: - test/test_ci.sh diff --git a/test/test_all.sh b/test/test_all.sh index df722d2f..749b40e7 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # do ldns tests -cd test || { echo "Must be executed from srcdir"; exit -1 } +cd test || { echo "Must be executed from srcdir"; exit -1; } . common.sh # find tpkg diff --git a/test/test_ci.sh b/test/test_ci.sh index ac062747..20aba1e7 100755 --- a/test/test_ci.sh +++ b/test/test_ci.sh @@ -51,5 +51,5 @@ do $TPKG -b "$BUILD_DIR/test" -a "$BUILD_DIR" exe "$TESTFN" done -cd test || { echo "Where is the test directory?"; exit 1 } -exec "$TPKG" -n -1 r +cd test || { echo "Where is the test directory?"; exit 1; } +exec $TPKG -n -1 r