aboutsummaryrefslogtreecommitdiff
path: root/spec/quick (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: better error message when lacking permissionsfeat-better-perm-messageHisham Muhammad2024-02-291-7/+28
| | | | | | The lock error message has clobbered the check_command_permissions error message. This is an interim solution, but we should probably move the permissions check further up for a more informative error.
* tests: speed up and simplifyHisham Muhammad2024-02-297-6/+407
|
* feat: more informative reports no bad LUA_{INC,LIB}DIR configsHisham Muhammad2024-02-292-5/+121
|
* feat(build,install): only rebuild and reinstall when using --forceHisham Muhammad2024-02-292-0/+82
|
* tests: reorganize and speed up unit testsHisham Muhammad2024-02-271-0/+22
|
* tests: replace some more tests with quick testsHisham Muhammad2024-02-261-3/+254
|
* fix: better normalization for paths and slashesHisham Muhammad2024-02-232-4/+4
| | | | Fixes #1195.
* tests: introduce quick testsHisham Muhammad2024-02-234-0/+273
|
* fix: handle error if test.command is not a string.Hisham Muhammad2024-02-211-0/+51
Fixes #1055.