From owner-freebsd-testing@freebsd.org Wed Feb 3 19:50:33 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 885ABA9B1EC for ; Wed, 3 Feb 2016 19:50:33 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 568A09D5 for ; Wed, 3 Feb 2016 19:50:33 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ob0-x232.google.com with SMTP id xk3so44480639obc.2 for ; Wed, 03 Feb 2016 11:50:33 -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=0liebFzlu9ai0LA8po6WUff1XdnHMkfc5Jcjp+sbKME=; b=Gu8Xg3s05H2M5PSaArRCPPeXNSpeMzG8EXxox7G9gkrT5VRApOWyZ9aKT7ZwfK1/S1 /h2yQs02Q+Y75m9MzEeRY9E90qiZKIQvkpOhi6eqoUwCWUjlkd2Iql8UpmrGjQylqf/N 1Sq8SJsLH5UhUtTZTBN8oW95mCAy7pw/0Q09xytHxN+ppUUkTlaY/uzEc/lhfui+b281 Ax9C6F2wMB0X2NtO1EMo1O8ZUGKDd9u4OseYJQDHBYX0cy6RkITridpMxnLgYORvMuhC xmnMIx+u71+/mzEs11J9I7wrJNCzl+w+x3euNrnCxBPBWc7+nL684uKN+IdoWNTO4DVG uFNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0liebFzlu9ai0LA8po6WUff1XdnHMkfc5Jcjp+sbKME=; b=QnQOX9g6g/fxghN/S/lRe3Th6J7TXoMDtVvAUZnM/D2DDf54md/2YkeP3RHcewHAA4 0taG8BbFfISelFO8i4VO54XucB4P+UJVdHMPOhuafiMMIRoqKLZijjMxDtsO9Qa8Ua1t x3IJSLrXx37t1HIETbE+AMjJYvp+5lPoX9NxAU8CcnH6QiGVly4rCiep7o49jhECcUel tHZskql8Cuqy3W2XmfxBirisO7VZhXLV7FB5dgoDBiUSjEC3nT13aY9yAWEoNCZKtmtf zBRXh7yaSNywp5jRKO6xPacG0ORBDzqlCMjY8z+CwC895UoIcHMc4F0Mr8KpmMZN9lIj FkvQ== X-Gm-Message-State: AG10YOStAHniAG7mHEv/nfTVEsHYOd6hiuqQTctQ9jzHjHdYIb3IbNZXbvvhgzgrKyaVgUPr/kJJbAZuTWCE3g== MIME-Version: 1.0 X-Received: by 10.182.241.134 with SMTP id wi6mr4064006obc.81.1454529032666; Wed, 03 Feb 2016 11:50:32 -0800 (PST) Sender: asomers@gmail.com Received: by 10.202.210.79 with HTTP; Wed, 3 Feb 2016 11:50:32 -0800 (PST) In-Reply-To: References: Date: Wed, 3 Feb 2016 12:50:32 -0700 X-Google-Sender-Auth: kdBYSxarEJQ_DiX92hmnZCKaf4w Message-ID: Subject: Re: Where do i find the source code for Freebsd Test suite From: Alan Somers To: KS Cc: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 19:50:33 -0000 On Wed, Feb 3, 2016 at 12:25 PM, KS wrote: > I installed the test suite on a pure freebsd machine and i could only find > the binaries under bin/ > > Also the html report that gets generated explains that there are 200 > testcases passed but not what exactly the test has done or the output. Is > there a way to track these things down? The tests are installed to /usr/tests. If you want to see the full stdout and stderr of tests, you should use "kyua report-html" instead of "kyua report". Read kyua-report-html(1) for more details. -Alan