Skip to content

Commit

Permalink
dont kill cache
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Aug 16, 2017
1 parent fe094ee commit 844a04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/haystack/reverse/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TestReverseBasic(unittest.TestCase):
def setUpClass(cls):
cls.dumpname = 'dmp://./test/dumps/minidump/cmd.dmp'
cls.cache_dumpname = cls.dumpname[8:]+'.d'
config.remove_cache_folder(cls.cache_dumpname)
# config.remove_cache_folder(cls.cache_dumpname)

def test_reverse(self):
testargs = ["haystack-reverse", self.dumpname]
Expand Down

0 comments on commit 844a04f

Please sign in to comment.