pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/bats



Module Name:    pkgsrc
Committed By:   seb
Date:           Mon May  2 02:29:14 UTC 2016

Added Files:
        pkgsrc/devel/bats: DESCR Makefile PLIST distinfo
        pkgsrc/devel/bats/patches: patch-install.sh

Log Message:
Add bats version 0.4.0 in the NetBSD Packages Collection.

Bats is a TAP-compliant testing framework for Bash. It provides a
simple way to verify that the UNIX programs you write behave as
expected.

A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with
a description.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/bats/DESCR pkgsrc/devel/bats/Makefile \
    pkgsrc/devel/bats/PLIST pkgsrc/devel/bats/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/bats/patches/patch-install.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index