We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee00715 commit 98fb4b0Copy full SHA for 98fb4b0
quint/apalache-tests.md
@@ -118,7 +118,7 @@ An example execution:
118
119
<!-- !test in writes an ITF trace to file -->
120
```
121
-quint verify --out-itf violateOnFive.itf.json --invariant inv ./testFixture/apalache/violateOnFive.qnt
+output=$(quint verify --out-itf violateOnFive.itf.json --invariant inv ./testFixture/apalache/violateOnFive.qnt)
122
jq '."#meta".format' violateOnFive.itf.json
123
rm ./violateOnFive.itf.json
124
0 commit comments