diff options
| author | Brian Dolbec <brian.dolbec@gmail.com> | 2011-04-10 11:22:07 -0700 |
|---|---|---|
| committer | Brian Dolbec <brian.dolbec@gmail.com> | 2011-04-10 11:29:41 -0700 |
| commit | cf5ee10b16f9b7be11a281de5d6814927a47ed73 (patch) | |
| tree | 1cdd14f649ecdc113730460835139cf810bbe713 | |
| parent | eb134645c0bc8938a87a076c386c37571b61fc00 (diff) | |
| download | gentoolkit-cf5ee10b16f9b7be11a281de5d6814927a47ed73.tar.gz | |
temporary fix for a test failure due to the added dotfiles check.
Need to add proper test data and checks for it.
| -rw-r--r-- | pym/gentoolkit/test/eclean/test_search.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
