From: Sandro Santilli Date: Mon, 4 May 2015 10:26:16 +0000 (+0000) Subject: Allow passing custom RUNTESTFLAGS with 'make installcheck' X-Git-Tag: 2.2.0rc1~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a63edb8608c6bdf07d4a00ea19c979cf3fd7f4a;p=postgis Allow passing custom RUNTESTFLAGS with 'make installcheck' git-svn-id: http://svn.osgeo.org/postgis/trunk@13478 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index ac9b0bac7..a7492c06d 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -36,7 +36,7 @@ test: check check: all docs-check installcheck: - RUNTESTFLAGS=--extension $(MAKE) check + RUNTESTFLAGS="$(RUNTESTFLAGS) --extension" $(MAKE) check distclean: clean distclean-local