Skip to content

Commit

Permalink
print deleted files on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Feb 10, 2017
1 parent 0aa45ad commit 70674c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TestWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ def action_test_helper(self, command, special_expected, errors_expected,
backends['test'] = cleaner
operations = {'test': ['option1']}
worker = Worker(ui, True, operations)
run = worker.run()
while run.next():
pass

for dummy in worker.run():
print(dummy)
self.assertNotExists(filename, "Path still exists '%s'" % filename)
self.assertEqual(worker.total_special, special_expected,
'For command %s expecting %s special operations but observed %d'
Expand Down

0 comments on commit 70674c2

Please sign in to comment.