File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ nginx_url=http://nginx.org/download/$(nginx).tar.gz
8
8
clean :
9
9
rm -rf t/build t/servroot t/tmp
10
10
11
- test : t/build/lib/perl5 t/build/sbin/unbound t/build/sbin/nginx
11
+ prepare : t/build/lib/perl5 t/build/sbin/unbound t/build/sbin/nginx
12
+
13
+ test : prepare
12
14
echo " " > /tmp/nginx_upstream_dynamic_servers_unbound_active_test.conf
13
15
echo " " > /tmp/unbound.log
14
16
if [ -f $( UNBOUND_PID) ] && ps -p ` cat $( UNBOUND_PID) ` > /dev/null; then kill -QUIT ` cat $( UNBOUND_PID) ` ; fi
Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
pre :
3
+ - make prepare
3
4
# Install newer version of Valgrind from custom repo so Test::Nginx's
4
5
# num-callers works: https://github.com/openresty/test-nginx/pull/17
5
6
- sudo add-apt-repository -y ppa:jtaylor/jtaylor
You can’t perform that action at this time.
0 commit comments