1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

rename quiet as debug

This commit is contained in:
deadc0de6
2018-05-02 20:29:36 +02:00
parent 24ef632f4c
commit 881537443b
7 changed files with 30 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ class TestCompare(unittest.TestCase):
self.assertTrue(len(dotfiles) == nbdotfiles)
t = Templategen(base=opts['dotpath'])
inst = Installer(create=opts['create'], backup=opts['backup'],
dry=opts['dry'], base=opts['dotpath'], quiet=True)
dry=opts['dry'], base=opts['dotpath'], debug=True)
results = {}
for dotfile in dotfiles:
same, _ = inst.compare(t, tmp, opts['profile'],