diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:38:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:38:39 +0000 |
commit | 98a24eafad4cafd2d140e8785348cc09543ac950 (patch) | |
tree | 5d3334cc881117ed9fd920b832d60cc990d7642b /t/superuser--provide-and-no-obsolete.t | |
parent | 953108fb283154396e50c92fa1804734cb3c455d (diff) | |
download | urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.gz urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.bz2 urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.tar.xz urpmi-98a24eafad4cafd2d140e8785348cc09543ac950.zip |
mark clearly what are errors (ERROR) and what could be better (WARNING)
Diffstat (limited to 't/superuser--provide-and-no-obsolete.t')
-rw-r--r-- | t/superuser--provide-and-no-obsolete.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--provide-and-no-obsolete.t b/t/superuser--provide-and-no-obsolete.t index 0ffdad6c..22e80b88 100644 --- a/t/superuser--provide-and-no-obsolete.t +++ b/t/superuser--provide-and-no-obsolete.t @@ -22,7 +22,7 @@ urpmi_addmedia("$medium_name $::pwd/media/$medium_name"); test(sub { urpmi('a'); check_installed_fullnames("a-2-1"); urpme('a') }); test(sub { urpmi('b'); check_installed_fullnames("a-1-1", "b-3-1"); urpme('a b') }); -#- the following test fail. "urpmi --auto-select" should do the same as "urpmi a" +#- ERROR: the following test fail. "urpmi --auto-select" should do the same as "urpmi a" #test(sub { urpmi('--auto-select'); check_installed_fullnames("a-2-1"); urpme('a') }); sub test { |