bats: update to 1.8.0.
This commit is contained in:
parent
211838617d
commit
4eb8bd32c9
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'bats'
|
# Template file for 'bats'
|
||||||
pkgname=bats
|
pkgname=bats
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bats-core-${version}"
|
wrksrc="bats-core-${version}"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
|
checkdepends="procps-ng"
|
||||||
short_desc="Bash Automated Testing System"
|
short_desc="Bash Automated Testing System"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/bats-core/bats-core"
|
homepage="https://github.com/bats-core/bats-core"
|
||||||
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
|
||||||
checksum=ac70c2a153f108b1ac549c2eaa4154dea4a7c1cc421e3352f0ce6ea49435454e
|
checksum=0d4c44823905af5e52a92f9164595c183fb0d0b43b0c4e9c9acf794af20468b7
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
export TERM=linux
|
export TERM=linux
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
./bin/bats --tap test
|
./bin/bats --print-output-on-failure --tap test
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue