Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
common: fix Coverity patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed May 14, 2018
1 parent 410877c commit 263977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/run-coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export COVERITY_SCAN_BUILD_COMMAND="make"
# curl -s https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh | bash

wget https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh
patch < utils/docker/0001-travis-fix-travisci_build_coverity_scan.sh.patch
patch < ../utils/docker/0001-travis-fix-travisci_build_coverity_scan.sh.patch
bash ./travisci_build_coverity_scan.sh

# print out the Coverity log if it exists
Expand Down

0 comments on commit 263977e

Please sign in to comment.