From: Sandro Santilli Date: Thu, 19 Jan 2012 08:16:39 +0000 (+0000) Subject: Do not run the upgrade test if the normal test failed X-Git-Tag: 2.0.0alpha1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a04e35997a496b40907968454b233bb5daf7f9e2;p=postgis Do not run the upgrade test if the normal test failed git-svn-id: http://svn.osgeo.org/postgis/trunk@8872 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index 3c0f84de8..c697367fe 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -161,7 +161,7 @@ staged-install: staged-install-raster staged-install-topology #$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install test check: staged-install - ./run_test $(RUNTESTFLAGS) $(TESTS) + ./run_test $(RUNTESTFLAGS) $(TESTS) && \ ./run_test --upgrade $(RUNTESTFLAGS) $(TESTS) garden: