mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Tests: Fix lint-py (last commit)
This commit is contained in:
parent
34bb013941
commit
d40f7f5167
@ -441,7 +441,6 @@ PY_PROGRAMS = \
|
|||||||
src/flexfix \
|
src/flexfix \
|
||||||
src/vlcovgen \
|
src/vlcovgen \
|
||||||
src/.gdbinit.py \
|
src/.gdbinit.py \
|
||||||
test_regress/*.py \
|
|
||||||
test_regress/t/*.pf \
|
test_regress/t/*.pf \
|
||||||
nodist/clang_check_attributes \
|
nodist/clang_check_attributes \
|
||||||
nodist/code_coverage \
|
nodist/code_coverage \
|
||||||
@ -456,7 +455,6 @@ PY_FILES = \
|
|||||||
nodist/code_coverage.dat \
|
nodist/code_coverage.dat \
|
||||||
|
|
||||||
PY_FILES_NOLINT = \
|
PY_FILES_NOLINT = \
|
||||||
test_regress/t/*.py \
|
|
||||||
|
|
||||||
YAPF = yapf3
|
YAPF = yapf3
|
||||||
YAPF_FLAGS = -i --parallel
|
YAPF_FLAGS = -i --parallel
|
||||||
|
@ -177,7 +177,7 @@ def test():
|
|||||||
# So, remove gcno files before calling codecov
|
# So, remove gcno files before calling codecov
|
||||||
upload_dir = "nodist/obj_dir/upload"
|
upload_dir = "nodist/obj_dir/upload"
|
||||||
os.makedirs(upload_dir, exist_ok=True)
|
os.makedirs(upload_dir, exist_ok=True)
|
||||||
cmd = ("ci/codecov -v upload-process -Z" + " -f " + cc_dir + "/app_total.info )")
|
cmd = "ci/codecov -v upload-process -Z" + " -f " + cc_dir + "/app_total.info )"
|
||||||
print("print: Not running:")
|
print("print: Not running:")
|
||||||
print(" export CODECOV_TOKEN=<hidden>")
|
print(" export CODECOV_TOKEN=<hidden>")
|
||||||
print(" find . -name '*.gcno' -exec rm {} \\;")
|
print(" find . -name '*.gcno' -exec rm {} \\;")
|
||||||
|
Loading…
Reference in New Issue
Block a user