summaryrefslogtreecommitdiffstats
path: root/t/helper.pm
Commit message (Collapse)AuthorAgeFilesLines
* add a test case for bug #31130 (--auto-select not upgrading pkg "a" providingPascal Rigaux2007-05-311-1/+7
| | | | | "c" because pkg "b" provides a new version of "c")
* re-sync after the big svn lossPascal Rigaux2007-04-241-0/+26
|
* catch "module Net::Server::Simple is missing" casePascal Rigaux2007-03-231-2/+5
|
* create urpm_cmd()Pascal Rigaux2006-12-121-9/+12
|
* add urpmi_update()Pascal Rigaux2006-12-081-1/+5
|
* add set_urpmi_cfg_global_options()Pascal Rigaux2006-12-081-0/+11
|
* fix typoPascal Rigaux2006-12-041-1/+1
|
* fix typo (remove a "undefined value" warning)Pascal Rigaux2006-12-041-3/+6
|
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-2/+36
|
* using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpmePascal Rigaux2006-11-301-0/+40
one drawback of the superuser--*.t is the need to be root (the rpmlib needs it to install in a root partition), so for now "make test" tests *.t but superuser--*.t are skipped. Then as root, run "sudo make test TEST_FILES='t/superuser--*.t'"