Skip to content

Commit 9da0c5d

Browse files
committed
Remove __runtest__ when clean
1 parent 4c5b7de commit 9da0c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ trial:
8585

8686

8787
clean:
88-
rm -rf *.pyc *.pyo __pycache__ _pytransform.log $(WORKPATH)
88+
rm -rf *.pyc *.pyo __pycache__ _pytransform.log $(WORKPATH) __runtest__

0 commit comments

Comments
 (0)