From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Subject: [PATCH v4 3/7] t/README: Document the prereq functions, and 3-arg test_* Date: Fri, 2 Jul 2010 14:59:45 +0000 Message-ID: <1278082789-19872-4-git-send-email-avarab@gmail.com> References: <1278082789-19872-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 Fri Jul 02 17:01:00 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 1OUhjf-0004LD-NO for gcvg-git-2@lo.gmane.org; Fri, 02 Jul 2010 17:01:00 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758748Ab0GBPAq convert rfc822-to-quoted-printable (ORCPT ); Fri, 2 Jul 2010 11:00:46 -0400 Received: from mail-ww0-f44.google.com ([74.125.82.44]:48646 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755851Ab0GBPAp (ORCPT ); Fri, 2 Jul 2010 11:00:45 -0400 Received: by mail-ww0-f44.google.com with SMTP id 24so467999wwb.1 for ; Fri, 02 Jul 2010 08:00:44 -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=py1YNFzJod1k9Rj9bJaFAhAtpLcMgzfb4iJyl5QKwhE=; b=wXY6aAuCo5K5koYw3alaBDWsIXzwjrssP6HCi9s/pEtSPrPNG6pgX1IGJq/q84fpiH hiEDaWBBoJIgAPQltegEJTTNDZ4P6pPbVU7wcWf7nJT+A33pz4U52VSnDF8L4+7jrehb s2s1RMHo8B1Sc7svKJiZCJ04KIAS9PtboOcKY= 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=JdgNlB+9ckohCc9+EboXUCl6okomErEhxXooRovbEme52b7nH/UNocAT5Vo/iSuJ8P o+W+dd5DBT4eh4n3Pid2egyLQkaqI6Hsfke4G0JROaL/rhR+NNecf1VosBoQMCTw3Rkh MPcKOriMInciutds+TvcZod2RW0AbYk5Le6uU= Received: by 10.213.19.205 with SMTP id c13mr825339ebb.5.1278082844699; Fri, 02 Jul 2010 08:00:44 -0700 (PDT) Received: from localhost.localdomain ([188.105.94.3]) by mx.google.com with ESMTPS id a48sm6206858eei.19.2010.07.02.08.00.41 (version=SSLv3 cipher=RC4-MD5); Fri, 02 Jul 2010 08:00:42 -0700 (PDT) X-Mailer: git-send-email 1.7.1.251.g92a7 In-Reply-To: <1278082789-19872-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 a7312fa..c1fd092 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