Skip to content

Commit

Permalink
Fix #2740, using PRESERVE with runtest.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Oberbrunner committed Mar 11, 2011
1 parent 4e17207 commit a424d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMTest/TestCmd.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def cleanup(self, condition = None):
condition = self.condition condition = self.condition
if self._preserve[condition]: if self._preserve[condition]:
for dir in self._dirlist: for dir in self._dirlist:
print "Preserved directory", dir print unicode("Preserved directory " + dir + "\n"),
else: else:
list = self._dirlist[:] list = self._dirlist[:]
list.reverse() list.reverse()
Expand Down

0 comments on commit a424d1d

Please sign in to comment.