Path to this page:
./
pkgtools/pkg_regress,
Run pkgsrc infrastructure regression test suite
Branch: CURRENT,
Version: 0.6,
Package name: pkg_regress-0.6,
Maintainer: pkgsrc-userspkg_regress runs the regression test suite for the pkgsrc infrastructure.
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2020-02-17) Updated to version: pkg_regress-0.6
- (2020-01-02) Updated to version: pkg_regress-0.5
- (2018-11-30) Updated to version: pkg_regress-0.4
- (2017-11-23) Package has been reborn
- (2016-06-11) Updated to version: pkg_regress-0.3
- (2012-06-11) Package has been reborn
CVS history: (Expand)
2020-02-15 15:40:45 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkg_regress: update to 0.6
Changes since 0.5:
mktemp does not use a file pattern anymore. That file pattern had the
effect that all temporary files had the same name: /tmp/pkg_regress.
|
2019-12-17 16:38:43 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkg_regress: update to 0.5
Changes since 0.4:
The log output in verbose mode surrounds each test now and says
immediately whether that test fails. Before, that information was
collected and only shown at the very end of the output, which was
inconvenient.
|
2018-11-30 20:07:37 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkg_regress: update to 0.4
Changes since 0.3:
* when a regression test fails, the exit code of pkg_regress is 1
instead of 0.
|
2018-11-30 19:42:12 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/pkg_regress: use SUBST framework for placeholders
|
2016-06-11 12:31:06 by Roland Illig | Files touched by this commit (1) |
Log message:
Don't fail when a regression test uses "set -eu".
|
2016-06-11 11:37:16 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated pkg_regress to 0.3.
Changes since 0.2:
* provide usage message when called with invalid options
* moved do_test_default() from public API section in the source
* renamed private variables to not be in uppercase
* indented consistently
* replaced unnecessary ${VAR} with simple $VAR
* moved actual test execution into its own function
* when invoked with the -v option, announce which test will be run
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-03-03 04:30:55 by OBATA Akio | Files touched by this commit (43) |
Log message:
Just define PKGNAME and use it.
|