certbot/letsencrypt-apache/letsencrypt_apache/tests
Jakub Warmuz df2baae476
apacheconf: sane sudo letsencrypt (fixes #2800)
- hardcoded
  `LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/apacheconftest/bin/letsencrypt`
  causes Travis tests to fail if running under any other Travis user
  (from e.g. a fork)

- `sudo env "PATH=$PATH" letsencrypt` should make sure that sudo can
  find letsencrypt binary from virtualenv; realpath is not necessary

- sudo is called already from within the test script, no need to sudo
  the entire script
2016-04-10 17:57:21 +00:00
..
apache-conf-files apacheconf: sane sudo letsencrypt (fixes #2800) 2016-04-10 17:57:21 +00:00
testdata Merge remote-tracking branch 'upstream/master' into 2478 2016-03-21 22:04:42 +02:00
__init__.py mv letsencrypt_* letsencrypt-*. 2015-07-11 04:31:18 +00:00
augeas_configurator_test.py Changed testdata directory names and TwoVhost80Test to a better fitting one 2016-03-20 21:57:52 +02:00
complex_parsing_test.py Pep8 love 2016-01-14 13:25:15 +02:00
configurator_test.py Changed testdata directory names and TwoVhost80Test to a better fitting one 2016-03-20 21:57:52 +02:00
constants_test.py Fix tests 2015-12-28 14:03:50 +02:00
display_ops_test.py Changed testdata directory names and TwoVhost80Test to a better fitting one 2016-03-20 21:57:52 +02:00
obj_test.py Pep8 love 2016-01-14 13:25:15 +02:00
parser_test.py Changed testdata directory names and TwoVhost80Test to a better fitting one 2016-03-20 21:57:52 +02:00
tls_sni_01_test.py PyLint doesn't play well with six 2016-01-14 14:18:36 +02:00
util.py Merge remote-tracking branch 'upstream/master' into 2478 2016-03-21 22:04:42 +02:00