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.
test1.c
--exit-on-error
1 parent 47302a5 commit 46db2dfCopy full SHA for 46db2df
README.md
@@ -163,7 +163,9 @@ int main( ) {
163
}
164
```
165
166
-Running `scripts/symbiotic test1.c` should produce an output similar to the following:
+Running `scripts/symbiotic --exit-on-error test1.c` should produce an output similar to the following.
167
+The `--exit-on-error` option ensures that we stop after the first error is found, otherwise the computation
168
+would run for much longer.
169
170
171
7.0.0-dev-llvm-9.0.1-symbiotic:5a52b0ca-dg:e89761ff-sbt-slicer:fff6245c-sbt-instrumentation:2f9be629-klee:e643b135
0 commit comments