summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13tests(check): if test.py fails, output test.logLars Wirzenius1-1/+4
This makes it easier to see in a CI situation. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13tests(check): add --offline for AmbientLars Wirzenius1-2/+8
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2024-01-13chore: use a .subplot file instead of embedded YAMLLars Wirzenius1-3/+2
Subplot no longer supports the embedded YAML. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2022-01-04test: be quiet unless test.py failsLars Wirzenius1-1/+1
Sponsored-by: author
2022-01-04feat: actually run client and serverLars Wirzenius1-2/+4
Also, switch Subplot step functions to Python: it was too hard to debug failures in the Rust ones. Sponsored-by: author
2021-12-09test: make ./check explicitly say that all is good, if it isLars Wirzenius1-0/+1
Sponsored-by: author
2021-12-05test: add ./check script to build and test projectLars Wirzenius1-0/+10
Sponsored-by: author