From ca8128b195211ec887840df58b9d1f82ca616ccc Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 13 Apr 2024 20:35:32 -0400 Subject: [PATCH] document commandline args for complement Signed-off-by: strawberry --- tests/complement/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/complement/README.md b/tests/complement/README.md index 6893907e..3223aa6f 100644 --- a/tests/complement/README.md +++ b/tests/complement/README.md @@ -7,6 +7,10 @@ Have a look at [its repository](https://github.com/matrix-org/complement). ## How do I use it with Conduit? The script at [`../bin/complement`](../bin/complement) has automation for this. -It takes a few command line arguments, you can read the script to find out what -those are. +It takes a few command line arguments: +- Path to Complement's source code +- A `.jsonl` file to write test logs to +- A `.jsonl` file to write test results to + +Example: `./bin/complement "../complement" "logs.jsonl" "results.jsonl"`