Skip to content

Commit

Permalink
build: added makefile target for cleaning test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 30, 2023
1 parent c1ba742 commit 5642a4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ precommit:

docs:
poetry run make -C docs html

clean-test:
echo $$HOME/.local/share/gptme/logs/*test-*-test_*
rm -I $$HOME/.local/share/gptme/logs/*test-*-test_*/*.jsonl || true
rm --dir $$HOME/.local/share/gptme/logs/*test-*-test_*/ || true

0 comments on commit 5642a4a

Please sign in to comment.