Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Fix to Experiment Cache cleanup command
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Mar 9, 2010
1 parent 8493497 commit 441c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot_master/master.cfg
Expand Up @@ -529,7 +529,7 @@ test_cleanup_factory.addStep(shell.ShellCommand(command = ('rm -f %s/MARIONETTE.
descriptionDone=['clean', 'data', 'dir'],
description=['cleaning', 'data', 'dir']))

test_cleanup_factory.addStep(shell.ShellCommand(command = ('rm -Rf "%s/Experiment Cache/*"' % mw_library_directory),
test_cleanup_factory.addStep(shell.ShellCommand(command = ('rm -Rf "%s/Experiment Cache/"*' % mw_library_directory),
descriptionDone=['clean', 'experiment', 'cache'],
description=['cleaning', 'experiment', 'cache']))

Expand Down

0 comments on commit 441c104

Please sign in to comment.