Skip to content

Commit 553abcf

Browse files
committed
Actually use the clean command.
1 parent 5af502e commit 553abcf

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

app/utils/Executor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def workflow(self, patch: Patch):
9393
self.__apply_command(patch, 'quickcheck_command') and \
9494
self.__apply_command(patch, 'test_command')
9595

96+
self.__apply_command(patch, 'clean_command')
97+
9698
if success:
9799
patch.state = 'survived'
98100
db.session.commit()

cli/delete_project.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)