mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-10 17:13:09 +00:00
Merge pull request #13823 from LabNConsulting/aceelindem/workflow-coverity-typo
doc: Fix typo in previous Coverity workflow doc commit.
This commit is contained in:
commit
0951530abc
@ -1345,12 +1345,12 @@ Coverity static analysis errors prior to submission using the
|
|||||||
``scan-build`` command. To use this command, the ``clang-tools`` package must
|
``scan-build`` command. To use this command, the ``clang-tools`` package must
|
||||||
be installed. For example, this can be accomplished on Ubuntu with the
|
be installed. For example, this can be accomplished on Ubuntu with the
|
||||||
``sudo apt-get install clang-tools`` command. Then, touch the files you want scanned and
|
``sudo apt-get install clang-tools`` command. Then, touch the files you want scanned and
|
||||||
invoke the ``scan-file`` command. For example::
|
invoke the ``scan-build`` command. For example::
|
||||||
|
|
||||||
cd ~/GitHub/frr
|
cd ~/GitHub/frr
|
||||||
touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
|
touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
|
||||||
cd build
|
cd build
|
||||||
scan-file make -j32
|
scan-build make -j32
|
||||||
|
|
||||||
The results of the scan including any static analysis errors will appear inline.
|
The results of the scan including any static analysis errors will appear inline.
|
||||||
Additionally, there will a directory in the /tmp containing the Coverity
|
Additionally, there will a directory in the /tmp containing the Coverity
|
||||||
|
Loading…
Reference in New Issue
Block a user