ソースを参照

Fix travis build

oz123 11 年 前
コミット
578615c786
1 ファイル変更2 行追加1 行削除
  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` '