Skip to content

Commit

Permalink
bug test
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 committed Dec 18, 2020
1 parent 23477d1 commit 6a295ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def run_cppcheck():
print("given command " + command)
print("checking version")
sp.call("cppcheck --version", shell=True)
sp.call("cppcheck --help",shell=True)
sp.call(command, shell=True)


Expand Down

0 comments on commit 6a295ed

Please sign in to comment.