summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0556fed)
raw | patch | inline | side by side (parent: 0556fed)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 Jul 2014 06:30:43 +0000 (08:30 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 Jul 2014 06:30:43 +0000 (08:30 +0200) |
LOG_COMPILER is not supported by older automake versions.
t/cibuild.sh | patch | blob | history |
diff --git a/t/cibuild.sh b/t/cibuild.sh
index 61f4a8b09b658e3b13c75dd17cc7249517a275d7..9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830 100755 (executable)
--- a/t/cibuild.sh
+++ b/t/cibuild.sh
# skip regular tests
;;
*)
- make test
+ make test TESTS_ENVIRONMENT="./testwrapper.sh"
;;
esac