The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ejabberd / 0003-disable-test.patch
1 Description: remove testing with MySQL and PostgreSQL
2  Without this patch a test would be initiated after building ejabberd that
3  requires specially configured instances of MySQL and PostgreSQL to be up
4  and running.
5 Author: Philipp Huebner <debalance@debian.org>
6
7 Index: ejabberd/Makefile.in
8 ===================================================================
9 --- ejabberd.orig/Makefile.in
10 +++ ejabberd/Makefile.in
11 @@ -260,10 +260,6 @@ dialyzer: erlang_plt deps_plt ejabberd_p
12         status=$$? ; if [ $$status -ne 2 ]; then exit $$status; else exit 0; fi
13  
14  test:
15 -       @echo "************************** NOTICE ***************************************"
16 -       @cat test/README
17 -       @echo "*************************************************************************"
18 -       $(REBAR) skip_deps=true ct
19  
20  .PHONY: src doc edoc dialyzer Makefile TAGS clean clean-rel distclean rel \
21         install uninstall uninstall-binary uninstall-all translations deps test spec \