From: Sandro Santilli Date: Wed, 12 Jan 2005 09:31:32 +0000 (+0000) Subject: don't drop the regress test X-Git-Tag: pgis_1_0_0RC1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d7d9ec12bd8535dc18f879e0343f12230ed0f8;p=postgis don't drop the regress test git-svn-id: http://svn.osgeo.org/postgis/trunk@1286 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index 070cfd5c5..8c285e1e2 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -31,9 +31,9 @@ echo "Removing .cvsignore and make_dist files" find "$outdir" -name .cvsignore -exec rm {} \; rm -f "$outdir"/make_dist -# remove regress tests -echo "Removing regress tests" -rm -Rf $outdir/regress +## remove regress tests +#echo "Removing regress tests" +#rm -Rf $outdir/regress # generating documentation echo "Generating documentation"