From 21b24bfb4fefa20dc2bc441f1b636da7e88603bb Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 29 Oct 2008 00:22:17 +1300 Subject: [PATCH] Test before building snapshot To ensure that no snapshot goes out with known build errors. The snapshot daily report is expected to contain error message if any. --- mksnapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mksnapshot.sh b/mksnapshot.sh index 6c2bf985e9..f8cd7f561e 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -44,6 +44,7 @@ g/${VERSION}-[A-Z]*/ s//${VERSION}-${date}/ w EOS +./test-build.sh --cleanup || exit 1 ./configure --silent make -s dist-all -- 2.47.3