projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb13464
)
temporary fix for a test failure due to the added dotfiles check.
gentoolkit-0.3.0
author
Brian Dolbec
<brian.dolbec@gmail.com>
Sun, 10 Apr 2011 18:22:07 +0000
(11:22 -0700)
committer
Brian Dolbec
<brian.dolbec@gmail.com>
Sun, 10 Apr 2011 18:29:41 +0000
(11:29 -0700)
Need to add proper test data and checks for it.
pym/gentoolkit/test/eclean/test_search.py
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/test/eclean/test_search.py
b/pym/gentoolkit/test/eclean/test_search.py
index 328c543daa8911bbfd263cb3d539ecd46a3b6391..79801611731ab97bfba234ed2a1e1a9501c02814 100644
(file)
--- 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)