On 08/29/12 11:34 AM, Erik Trauschke wrote:
cli.t_pkg_help.py TestPkgHelp.test_help_character_encoding
Does it fail, or skip? It should skip if the correct locale facet isn't
enabled on your test box, from the code:
105 m = re.search(r"ja_JP.eucJP", line)
106 if not m:
107 raise pkg5unittest.TestSkippedException("The "
108 "test system must have the ja_JP.eucJP
locale "
109 "installed to run this test.")
110
I still think it'd be great if we reported skipped tests if we weren't
running in the C locale, but otherwise, the initial warnings are good
too (gives the user a chance to ^C if they read them in time)
cheers,
tim
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss