From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Subject: [PATCH v2 4/8] t/README: Document the prereq functions, and 3-arg test_* Date: Thu, 1 Jul 2010 20:17:54 +0000 Message-ID: <1278015478-6920-5-git-send-email-avarab@gmail.com> References: <1278015478-6920-1-git-send-email-avarab@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Junio C Hamano , Jeff King , =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Jul 01 22:19:52 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUQEg-00043E-Jm for gcvg-git-2@lo.gmane.org; Thu, 01 Jul 2010 22:19:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757188Ab0GAUTm convert rfc822-to-quoted-printable (ORCPT ); Thu, 1 Jul 2010 16:19:42 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:58918 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756672Ab0GAUTl (ORCPT ); Thu, 1 Jul 2010 16:19:41 -0400 Received: by wwb24 with SMTP id 24so222550wwb.1 for ; Thu, 01 Jul 2010 13:19:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=nuOHN0i3B5y4dRID++i12324bVBTVYE/ms9dEV/6hdo=; b=lRLN0xx79Y5YV178xAU5swleCG1a+Upu4cHABm00nEogbLH/ooPDK9BHetIcuwzil6 10jcKbS+rEa3P11henAlD9opzca6RWLYxLWTiaQvqDXPkoawMMVYnqmVCkMwtuTWngd4 TcW2sMRzzz7xC2hrzP/R8K4H/jEaoI+B+78p8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; b=Sw+QI14QpcaDarTr9SseUWO68EG2AdYkHiQARb/PGcpyPEe6T8UV6CEr4V6NMR27N1 B8Yh6PY3NGf5gyS8TM3h26qBp4OJ0d+sp7fmeRoUlDPR3FM911U6OECz/4ffCv/mWZTY ppVXvdE3kQULHPITY7PPG0zOKYSVOa3PcFPfw= Received: by 10.213.25.138 with SMTP id z10mr2971863ebb.84.1278015515736; Thu, 01 Jul 2010 13:18:35 -0700 (PDT) Received: from localhost.localdomain ([188.105.94.3]) by mx.google.com with ESMTPS id v8sm261986eeh.14.2010.07.01.13.18.32 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Jul 2010 13:18:34 -0700 (PDT) X-Mailer: git-send-email 1.7.1.251.g92a7 In-Reply-To: <1278015478-6920-1-git-send-email-avarab@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: There was no documentation for the test_set_prereq and test_have_prereq functions, or the three-arg form of test_expect_success and test_expect_failure. Signed-off-by: =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason --- t/README | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) diff --git a/t/README b/t/README index 1d0fd18..2df56a8 100644 --- a/t/README +++ b/t/README @@ -246,9 +246,9 @@ Test harness library There are a handful helper functions defined in the test harness library for your script to use. =20 - - test_expect_success