mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-16 18:01:35 +00:00
tests: make complement work & switch to Caddyfile
This commit is contained in:
parent
92ce47aa71
commit
54916a25bf
4 changed files with 38 additions and 77 deletions
|
@ -33,5 +33,5 @@ cat "$LOG_FILE" | jq -c '
|
|||
select(
|
||||
(.Action == "pass" or .Action == "fail" or .Action == "skip")
|
||||
and .Test != null
|
||||
) | {Action: .Action, Test: .Test}
|
||||
) | {Test: .Test, Action: .Action}
|
||||
' | sort > "$RESULTS_FILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue