Move nginx-boulder integration tests to subpkg dir.

This commit is contained in:
Jakub Warmuz 2015-07-17 08:41:27 +00:00
parent 5a15af5abe
commit 0d63c94b8e
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -55,5 +55,5 @@ done
if type nginx;
then
. ./tests/integration/nginx.sh
. ./letsencrypt-nginx/tests/boulder-integration.sh
fi