bats is an automated testing framework for bash
Details
Details
- Reviewers
mat matthew - Commits
- rP460497: new port: devel/bats
portlint -A - OK poudriere testport - OK functionality - OK
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 14657 Build 14786: arc lint + arc unit
Event Timeline
Comment Actions
Also, unless this is a problem, I would encourage you to install the scripts in a subdirectory of libexec, and not directly in it.
devel/bats/Makefile | ||
---|---|---|
39 | ${RLN} ${STAGEDIR}/libexec/bats ${STAGEDIR}${PREFIX}/bin/bats |
Comment Actions
address mat's feedback:
o use ${RLN}
o move libexec scripts to libexec/bats
Although this is different from upstream install layout,
moving scripts under libexec/bats still works and there
is no issue running tests.
devel/bats/Makefile | ||
---|---|---|
18 | I doubt this works, SHEBANG_FILES is relative to WRKSRC. |
Comment Actions
This does work. These files are in ${WRKSRC}/libexec: https://github.com/sstephenson/bats