File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1345,12 +1345,12 @@ Coverity static analysis errors prior to submission using the
1345
1345
``scan-build `` command. To use this command, the ``clang-tools `` package must
1346
1346
be installed. For example, this can be accomplished on Ubuntu with the
1347
1347
``sudo apt-get install clang-tools `` command. Then, touch the files you want scanned and
1348
- invoke the ``scan-file `` command. For example::
1348
+ invoke the ``scan-build `` command. For example::
1349
1349
1350
1350
cd ~/GitHub/frr
1351
1351
touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
1352
1352
cd build
1353
- scan-file make -j32
1353
+ scan-build make -j32
1354
1354
1355
1355
The results of the scan including any static analysis errors will appear inline.
1356
1356
Additionally, there will a directory in the /tmp containing the Coverity
You can’t perform that action at this time.
0 commit comments