mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Move nginx-boulder integration tests to subpkg dir.
This commit is contained in:
parent
5a15af5abe
commit
0d63c94b8e
3 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
|
||||
nginx_root="$root/nginx"
|
||||
mkdir $nginx_root
|
||||
root="$nginx_root" ./tests/integration/nginx.conf.sh > $nginx_root/nginx.conf
|
||||
root="$nginx_root" ./letsencrypt-nginx/tests/boulder-integration.conf.sh > $nginx_root/nginx.conf
|
||||
|
||||
killall nginx || true
|
||||
nginx -c $nginx_root/nginx.conf
|
||||
|
|
@ -55,5 +55,5 @@ done
|
|||
|
||||
if type nginx;
|
||||
then
|
||||
. ./tests/integration/nginx.sh
|
||||
. ./letsencrypt-nginx/tests/boulder-integration.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue