Skip to content

Commit

Permalink
automatically register clean if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Dec 4, 2012
1 parent 9c44639 commit 7e600ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moa/job.py
Expand Up @@ -396,7 +396,7 @@ def defineCommands(self, commandparser):
"""
parser, cparser = moa.args.getParser()

for comm in ['unittest', 'prepare', 'finish']:
for comm in ['unittest', 'prepare', 'finish', 'clean']:
if self.hasCommand(comm):
# this does not have to be defined in the .moa - if it is here
# we'll register it
Expand Down

0 comments on commit 7e600ae

Please sign in to comment.