From commits-return-9398-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Mon Dec 3 02:37:42 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44449D88E for ; Mon, 3 Dec 2012 02:37:42 +0000 (UTC) Received: (qmail 76110 invoked by uid 500); 3 Dec 2012 02:37:41 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 75983 invoked by uid 500); 3 Dec 2012 02:37:41 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 75969 invoked by uid 500); 3 Dec 2012 02:37:40 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 75964 invoked by uid 99); 3 Dec 2012 02:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 02:37:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 02:37:38 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 947E1537; Mon, 3 Dec 2012 02:37:17 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 03 Dec 2012 02:37:17 -0000 Message-ID: <20121203023717.62573.2296@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Build=5FTests=22_by_NoahSlater?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Build_Tests" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Build_Tests?action=3Ddiff&rev1=3D18&rev2=3D19 =3D Steps =3D = Boot a new AWS instance. + = + {{{ + export AM_DISTCHECK_CONFIGURE_FLAGS=3D--disable-tests + }}} = Install Git and install dependencies. = @@ -38, +42 @@ This should fail. = {{{ - ./bootstrap && ./configure --disable-tests && make dist + ./bootstrap && ./configure && make dist }}} = Export the distribution artefact. @@ -60, +64 @@ Install all optional build dependencies. = {{{ - ./bootstrap && ./configure --disable-tests --enable-strictness && make d= istcheck = + ./bootstrap && ./configure --enable-strictness && make distcheck = }}} = Export the distribution artefact. @@ -100, +104 @@ Run the following command in both distribution directories. = {{{ - ./bootstrap && ./configure --disable-tests && make distcheck + ./bootstrap && ./configure && make distcheck }}} = Switch to the distribution artefact with docs.