summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-29 20:54:42 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-29 20:54:42 +0200
commitaf699d004fe9b09a99210d9ebc5381ea0c741b7a (patch)
treead70f9798f808e36716d3e12aa8ee360a5cb5b47 /tests
parentcdba28ea0bb19d3b1094d1dd0b56d66590229c10 (diff)
downloadclufter-af699d004fe9b09a99210d9ebc5381ea0c741b7a.tar.gz
clufter-af699d004fe9b09a99210d9ebc5381ea0c741b7a.tar.xz
clufter-af699d004fe9b09a99210d9ebc5381ea0c741b7a.zip
tests/run_cmd: drop (redundant) logging snippets
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/run_cmd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run_cmd.py b/tests/run_cmd.py
index fdd3166..77efbce 100644
--- a/tests/run_cmd.py
+++ b/tests/run_cmd.py
@@ -8,7 +8,6 @@ __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
import unittest
from os.path import dirname, exists, join
from os import unlink
-#import logging
import _bootstrap
@@ -34,8 +33,6 @@ class Main(unittest.TestCase):
unlink(f)
except OSError:
pass
- #logging.basicConfig()
- #logging.getLogger("clufter").setLevel(logging.DEBUG)
cmd_manager = CommandManager.implicit()
self.assertFalse(cmd_manager.commands["ccs2pcs-needle"](clufter_args))
# just the existence of the files is enough for now...