summaryrefslogtreecommitdiffstats
path: root/t/superuser--exclude.t
Commit message (Collapse)AuthorAgeFilesLines
* describe more tests to help pinpoint regressionsThierry Vignaud2020-04-281-2/+2
|
* - urpmiPascal Rigaux2007-08-121-2/+21
| | | | | | | | | | o when using --urpmi-root, load <root>/etc/rpm/macros this allow using _install_langs in the rooted directory - fix test exclude.t: the build computer macro _install_langs don't interfere anymore - add one test to exclude.t: test wether urpmi correctly honor _install_langs
* remove function now in helperPascal Rigaux2006-12-081-7/+0
|
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-21/+8
|
* using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpmePascal Rigaux2006-11-301-0/+95
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'"