diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-03 22:58:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-03 22:58:55 +0200 |
commit | be297c7ab3c16edcbdd6afc699c73a58e545b599 (patch) | |
tree | db6540fc845632ec845b69650ef5bceef2e87c48 | |
parent | df7d029c6d7ff15b81f7b439991bfaef19adcaf6 (diff) |
tests: install --no-install-recommends and stunnel4 for travis
stunnel4 is required for https tests
Git-Dch: Ignore
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x | test/integration/test-bug-254770-segfault-if-cache-not-buildable | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 56536837f..2d9194c28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: cpp before_install: - sudo apt-get update -q - - sudo apt-get install -q dpkg-dev debhelper libdb-dev gettext libcurl4-gnutls-dev zlib1g-dev libbz2-dev xsltproc docbook-xsl docbook-xml po4a autotools-dev autoconf automake doxygen debiandoc-sgml + - sudo apt-get install -q --no-install-recommends dpkg-dev debhelper libdb-dev gettext libcurl4-gnutls-dev zlib1g-dev libbz2-dev xsltproc docbook-xsl docbook-xml po4a autotools-dev autoconf automake doxygen debiandoc-sgml stunnel4 script: make && make test && test/integration/run-tests diff --git a/test/integration/test-bug-254770-segfault-if-cache-not-buildable b/test/integration/test-bug-254770-segfault-if-cache-not-buildable index 8fa337ccc..59102ddc9 100755 --- a/test/integration/test-bug-254770-segfault-if-cache-not-buildable +++ b/test/integration/test-bug-254770-segfault-if-cache-not-buildable @@ -18,7 +18,7 @@ testsegfault() { msgpass else echo - echo $TEST + echo "$TEST" msgfail fi } |