0003-remove-testing-with-MySQL-and-PostgreSQL.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. From a4192bbd52250bd52d80b05f81cd5645abc650dc Mon Sep 17 00:00:00 2001
  2. From: Philipp Huebner <debalance@debian.org>
  3. Date: Sun, 21 Feb 2016 10:59:14 -0500
  4. Subject: [PATCH] remove testing with MySQL and PostgreSQL
  5. Without this patch a test would be initiated after building ejabberd
  6. that requires specially configured instances of MySQL and PostgreSQL
  7. to be up and running.
  8. ---
  9. Makefile.in | 6 ------
  10. 1 file changed, 6 deletions(-)
  11. diff --git a/Makefile.in b/Makefile.in
  12. index b9d783a..9cd905f 100644
  13. --- a/Makefile.in
  14. +++ b/Makefile.in
  15. @@ -282,14 +282,8 @@ dialyzer: erlang_plt deps_plt ejabberd_plt
  16. status=$$? ; if [ $$status -ne 2 ]; then exit $$status; else exit 0; fi
  17. test:
  18. - @echo "************************** NOTICE ***************************************"
  19. - @cat test/README
  20. - @echo "*************************************************************************"
  21. - @cd priv && ln -sf ../sql
  22. - $(REBAR) skip_deps=true ct
  23. quicktest:
  24. - $(REBAR) skip_deps=true ct suites=elixir
  25. .PHONY: src edoc dialyzer Makefile TAGS clean clean-rel distclean rel \
  26. install uninstall uninstall-binary uninstall-all translations deps test spec \
  27. --
  28. 2.5.0