notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/kyua-testers/Makefile
SVNWeb

Number of commits found: 12

Thu, 14 Aug 2014
[ 14:58 jmmv search for other commits by this committer ] Original commit   Revision:364847
Update kyua-testers to 0.3:

Experimental version released on August 8th, 2014.

* Made the testers set a "sanitized" value for the HOME environment
  variable where, for example, consecutive and trailing slashes have
  been cleared.  Mac OS X has a tendency to append a trailing slash to
  the value of TMPDIR, which can cause third-party tests to fail if they
  compare ${HOME} with $(pwd).

* Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test
  cases reported as TODO or SKIP as passed; handle skip plans; ignore
  lines that look like "ok" and "not ok" but aren't results; and handle
  test programs that report a pass but exit with a non-zero code.

Reviewed by:	bdrewery (D567)
Approved by:	bdrewery (ports)
Tue, 3 Jun 2014
[ 21:13 antoine search for other commits by this committer ] Original commit   Revision:356413
Replace LIB_DEPENDS on libatf by RUN_DEPENDS+BUILD_DEPENDS
This fixes build on FreeBSD 10 which has libatf in base

Phabric:	D134
Mon, 26 May 2014
[ 22:05 antoine search for other commits by this committer ] Original commit   Revision:355459
Unbreak
[ 02:57 jmmv search for other commits by this committer ] Original commit   Revision:355276
Enable the TEST option by default in atf-based ports.

Get ports that use the atf libraries to install their tests by default.
This is to showcase the potential of getting the tests installed on a
live system and will also simplify the process of running them periodically
out of /usr/local/tests/.

Packages confirmed to build with this option enabled.

Approved by:	bapt (ports)
Sat, 24 May 2014
[ 20:11 jmmv search for other commits by this committer ] Original commit   Revision:355077
Change ports that use the ATF libraries to depend on devel/atf.

As part of this, make it possible to install devel/atf independently of
the presence of ATF in the base system.  This is so that we can turn the
ATF libraries in base into private libraries.

Note that this should have no effect on prebuilt binary packages because
these changes only apply when the TEST option is selected, and this option
is not yet the default.

Approved by:	eadler (ports)
Tue, 11 Feb 2014
[ 03:48 jmmv search for other commits by this committer ] Original commit   Revision:343717
Install tests for lutok, kyua-testers and kyua.

This is all conditionalized on a TEST option.

Approved by:	bdrewery
Fri, 24 Jan 2014
[ 19:46 jmmv (src committer) search for other commits by this committer ] Original commit   Revision:340929
Add staging support to kyua* and lutok.

While doing this, consolidate file handling into pkg-plist (instead of
the previous split between the Makefile and the pkg-plist) for simplicity.

Reviewed by:	asomers (ex-maintainer)
Approved by:	bdrewery (ports)
Mon, 13 Jan 2014
[ 21:29 asomers (src committer) search for other commits by this committer ] Original commit   Revision:339638
Change maintainer of devel/{lutok,kyua-testers,kyua,kyua-atf-compat} from
Alan Somers to Julio Merino, who is also the upstream maintainer.

Approved by:	bdrewery
Tue, 10 Dec 2013
[ 23:03 jmmv (src committer) search for other commits by this committer ] Original commit   Revision:336125
Update to 0.2.

Approved by:	rpaulo (mentor), asomers (maintainer), bdrewery (ports)
Thu, 26 Sep 2013
[ 20:08 eadler search for other commits by this committer ] Original commit   Revision:328410
Certain automated tools fail when @FreeBSD.org is not capitalized appropriatly.
Fix ports which don't follow convention.
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Sun, 16 Jun 2013
[ 14:10 bdrewery search for other commits by this committer ] Original commit   Revision:321050
New port: devel/kyua-testers:

Kyua (pronounced Q.A.) is a testing framework for both developers and
users.  Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else.  There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds.  The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.

WWW: https://code.google.com/p/kyua/

PR:		ports/177637
Submitted by:	asomers
Reviewed by:	Garrett Cooper <yaneurabeya@gmail.com>

Number of commits found: 12