From cf5ee10b16f9b7be11a281de5d6814927a47ed73 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 10 Apr 2011 11:22:07 -0700 Subject: [PATCH] temporary fix for a test failure due to the added dotfiles check. Need to add proper test data and checks for it. --- pym/gentoolkit/test/eclean/test_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/gentoolkit/test/eclean/test_search.py b/pym/gentoolkit/test/eclean/test_search.py index 328c543..7980161 100644 --- a/pym/gentoolkit/test/eclean/test_search.py +++ b/pym/gentoolkit/test/eclean/test_search.py @@ -151,7 +151,7 @@ class TestCheckLimits(unittest.TestCase): print("Error getting test data for index:", i) #self.target_class.set_data(self.set_limits(test)) size_chk, time_chk, exclude = test["params"] - checks = self.target_class._get_default_checks(size_chk, time_chk, exclude) + checks = self.target_class._get_default_checks(size_chk, time_chk, exclude, False) clean_me = self.target_class._check_limits(self.workdir, checks, clean_me) results = sorted(clean_me) run_results.append(results) -- 2.26.2