Skip to content

Commit

Permalink
Merge pull request FRRouting#13823 from LabNConsulting/aceelindem/wor…
Browse files Browse the repository at this point in the history
…kflow-coverity-typo

doc: Fix typo in previous Coverity workflow doc commit.
  • Loading branch information
Jafaral committed Jun 22, 2023
2 parents 499eae6 + f8831ce commit 0951530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
invoke the ``scan-file`` command. For example::
invoke the ``scan-build`` command. For example::
cd ~/GitHub/frr
touch ospfd/ospf_flood.c ospfd/ospf_vty.c ospfd/ospf_opaque.c
cd build
scan-file make -j32
scan-build make -j32
The results of the scan including any static analysis errors will appear inline.
Additionally, there will a directory in the /tmp containing the Coverity
Expand Down

0 comments on commit 0951530

Please sign in to comment.