summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13build: drop use of jqLars Wirzenius1-2/+7
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13tests(check): add --offline option, for AmbientLars Wirzenius1-4/+9
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-04-18tests: if test program fails, cat the log, for CILars Wirzenius1-1/+3
Sponsored-by: author
2023-04-18chore: don't produce PDF with SubplotLars Wirzenius1-1/+0
Subplot doesn't do that anymore. Sponsored-by: author
2022-09-09fix: use new Subplot external document metadata YAML fileLars Wirzenius1-3/+3
Sponsored-by: author
2021-09-15test: support CARGO_TARGET_DIRLars Wirzenius1-14/+12
Cargo can put the target binaries in a user-chosen location. Support that by querying cargo for the location instead of assuming it. Sponsored-by: author
2021-05-23chore: fix clippy warnings, use new Subplot binary nameLars Wirzenius1-3/+3
2021-04-02fix: if ./check gets -v, don't pass it onto test.pyLars Wirzenius1-0/+1
2021-03-26feat! rewrite codeLars Wirzenius1-1/+1
This started out as a change to re-do the command line parsing. I ended up rewriting everything, and failed to do it in a way that could be rebased into a sensible series of small commits.
2020-11-14test: make ./check clearer by making it less genericLars Wirzenius1-30/+9
2020-09-05feat: create and initialise a new journalLars Wirzenius1-0/+63
At the moment this only creates a new directory, but most of the change is scaffolding so that more interesting changes can be built on top of this later.