From user-return-18163-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Oct 2 18:17:52 2011 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75F947DF9 for ; Sun, 2 Oct 2011 18:17:52 +0000 (UTC) Received: (qmail 42746 invoked by uid 500); 2 Oct 2011 18:17:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 42707 invoked by uid 500); 2 Oct 2011 18:17:51 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 42699 invoked by uid 99); 2 Oct 2011 18:17:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 18:17:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 18:17:44 +0000 Received: by vcbf11 with SMTP id f11so3661270vcb.11 for ; Sun, 02 Oct 2011 11:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WYojdFTdOUyI7uOtkt6Y+FBxP6s5ins9nrfCYJyKWJI=; b=RnZa0P2ZsFj0Jmqiq52y1JPECBUVlCi1jjc4agABFWB/O7UWELjr8vG//gzHRVJj9L sYs5w0DTyHWeBELZDwq3rTb03cODG5B93aL5nlawxA44QePc/3o/vYX58bGKgoiZSZxD 4+HKitg8+j27WuX8MuBwyG9cHnaes6caNRSqc= Received: by 10.52.19.165 with SMTP id g5mr629437vde.46.1317579444045; Sun, 02 Oct 2011 11:17:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.73.134 with HTTP; Sun, 2 Oct 2011 11:16:44 -0700 (PDT) In-Reply-To: References: From: Paul Davis Date: Sun, 2 Oct 2011 13:16:44 -0500 Message-ID: Subject: Re: Is there a way to run test suite from command line To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 If you built couchdb with cURL libraries installed you can run it like: $ ./test/javascript/run Beware that a few of the tests fail because they're not running in the browser. If memory serves, 2, 7, and 27. On Sun, Oct 2, 2011 at 11:42 AM, YIXIAO SHEN wrote: > I'm running CouchDB on a remote machine through SSH. Is there a way to run > test suite from command line instead of from web browser? > > Thanks, >