From owner-freebsd-testing@FreeBSD.ORG Sun Nov 16 03:54:33 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3445CEB6 for ; Sun, 16 Nov 2014 03:54:33 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C31E1FC6 for ; Sun, 16 Nov 2014 03:54:32 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id hs14so10460882lab.23 for ; Sat, 15 Nov 2014 19:54:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=EWVLatvjwRSok+iugWojN0JChBj7IHbhnJ5kADYDudg=; b=S2DFVq3ulVVtzUGZ6LI3NFE3c0LSZWhaG1Oaauwjvj8BnsZXe6QiQAS5PrJHDEG9t6 Jg16V4GV5e3G9xCzxe7WUiReHvrJmT6AcIQZQufJDeYVcBDoD55HIoR+kRN7mCpKnZs2 IeKp1t3suvyI0xp0R+lOkMloTtpzSMQjkZKULwHdvmGDOQjfHOpv608Jv3xFribj7lvm lSALwqFcER2JZDuFUELjhotVo6g0o+ba+KSzdjW5wqCI7OtlMIGwR89++8K5Uudppy0O wpGO7mz69RRGZQ3QRjDGETzkjaUzy6jiGd6u7nuoaD3YDH2b3hyM1zRi31UroFLZVQeI E27A== MIME-Version: 1.0 X-Received: by 10.112.164.69 with SMTP id yo5mr6179679lbb.16.1416110070786; Sat, 15 Nov 2014 19:54:30 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Sat, 15 Nov 2014 19:54:30 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Nov 2014 19:54:30 -0800 X-Google-Sender-Auth: eqKTIvpV-MEtPOegtni_fmekKvQ Message-ID: Subject: Re: Documentation testing and textproc/igor From: Craig Rodrigues To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 03:54:33 -0000 On Sat, Nov 15, 2014 at 6:29 PM, Warren Block wrote: > Since July, textproc/igor has a -X option that produces XML output. This > should be usable with Jenkins for documentation testing. > I took a quick look at igor. Who told you that the XML output produced by igor is useful for Jenkins documentation testing? The output looks like this: That output is not in JUnit XML format ( http://help.catchsoftware.com/display/ET/JUnit+Format ), so would need to be parsed by an additional script in order to be used inside Jenkins. The current output is nice, but not useful on its own for integration with Jenkins. -- Craig