Skip to content

Commit 035f2ae

Browse files
committed
scriptcheck.yml: explicitly remove left-over donate-cpu-server log
1 parent fde1cdd commit 035f2ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
- name: test donate_cpu_server
185185
run: |
186186
python -m pytest -Werror --strict-markers -vv tools/donate_cpu_server_test.py
187+
# TODO: why is this file generated? also should be in a temporary folder if possible
188+
rm -f tools/donate-cpu-server.log
187189
env:
188190
PYTHONPATH: ./tools
189191

0 commit comments

Comments
 (0)