Browse Source

Fix travis build

oz123 11 năm trước cách đây
mục cha
commit
578615c786
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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` '