Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Apr 13, 2024
1 parent a5dd482 commit faafea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tests/test-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def main():
search_dir = os.path.join(SRC_DIR, "search")
cc_files = get_src_files(search_dir, (".cc",))
# assert len(cc_files) > 0
if not len(cc_files) > 0 or True:
if not len(cc_files) > 0:
print("WARNING: Not .cc files found.")
print("search_dir: ", search_dir)
tree = subprocess.run(["tree", str(search_dir), "-L", "2"], stdout=subprocess.PIPE, text=True)
Expand Down

0 comments on commit faafea1

Please sign in to comment.