oz123 11 anni fa
parent
commit
578615c786
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      pwman/tests/test_complete_ui.py

+ 2 - 1
pwman/tests/test_complete_ui.py

@@ -49,7 +49,8 @@ class Ferrum(unittest.TestCase):
                               ' -t -k -e Blowfish -d '+OLD_DB_PATH)
         child.expect('[\s|\S]+Please enter your password:', timeout=5)
         self.assertEqual(6, child.sendline('12345'))
-        print child.readlines()
+
+        #print child.readlines()
 
         rv = child.expect_exact(('\r\npwman successfully converted the old database '
                                  'to the new format.\r\nPlease run `pwman3 -d %s` '