oz123 před 11 roky
rodič
revize
578615c786
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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` '