fix: update quip CLI arguments

This commit is contained in:
Simon Cruanes 2021-12-28 10:57:30 -05:00
parent b2e8f8b29d
commit 8958301a8e
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -9,7 +9,7 @@
(proof_checker
(name quip)
(cmd "quip -nc $proof_file --problem=$file")
(cmd "quip check --color=false $proof_file --problem=$file")
(valid "^OK$")
(invalid "^FAIL$"))