summaryrefslogtreecommitdiff
path: root/ci/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run-tests.sh')
-rwxr-xr-xci/run-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run-tests.sh b/ci/run-tests.sh
index 9b6fedcc2a..73e273fac7 100755
--- a/ci/run-tests.sh
+++ b/ci/run-tests.sh
@@ -5,7 +5,8 @@
. ${0%/*}/lib-travisci.sh
-ln -s $HOME/travis-cache/.prove t/.prove
+ln -s "$cache_dir/.prove" t/.prove
+
make --quiet test
if test "$jobname" = "linux-gcc"
then