aboutsummaryrefslogtreecommitdiff
path: root/spec/quick/build.q (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(build): ensure --force works for buildHisham Muhammad2024-04-051-0/+8
|
* 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-061-2/+2
|
* 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-291-5/+98
|
* feat(build,install): only rebuild and reinstall when using --forceHisham Muhammad2024-02-291-0/+40
|
* tests: introduce quick testsHisham Muhammad2024-02-231-0/+122