summaryrefslogtreecommitdiff
path: root/spec/quick (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: convert some install testsHisham Muhammad2024-03-131-0/+211
|
* tests: convert most pack testsHisham Muhammad2024-03-131-0/+128
|
* tests: replace new_version with quick testsHisham Muhammad2024-03-131-0/+213
|
* tests: convert downgrade test to spec/quickHisham Muhammad2024-03-131-0/+46
|
* fix(windows): parse slashes correctly when reading rock_manifestHisham Muhammad2024-03-061-0/+47
|
* tests(quick): more consistent processing of tmpdirHisham Muhammad2024-03-064-12/+12
|
* fix: check permissions before trying to lockHisham Muhammad2024-03-051-24/+52
| | | | This should provide a better error message.
* feat: better error message when lacking permissionsHisham 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.