From 71c85193b1474a14965b84e8954ec9643385ef7e Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Fri, 29 Nov 2024 11:44:52 +0100 Subject: [PATCH] Docs for --log --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38fd992..d5031b3 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,16 @@ Run manually as noted in [Test it out](#test-it-out), or add it to your CI using ## Documentation +- Use --rodeo-profile to force a test against the profile +- Use --strict to also fail on SHOULD requirements. +- Use --log-file debug.log to get all output. For docker variant, see [Test it out](#test-it-out). + ### Limitations - Assuming Openapi 3.1 - Assuming OGC EDR API version 1.2 (draft) - Few, basic tests for now - Will focus more on profiles (limitations within the EDR spec) like than the full EDR spec. -- Use --rodeo-profile to force a test against the profile -- Use --strict to also fail on SHOULD requirements. ### Testing the sedr code to look for regressions