Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add testcase for bug #52105 | Anssi Hannula | 2009-07-07 | 1 | -1/+2 |
| | |||||
* | - adapt tests to rpm 4.6: | Pascal Rigaux | 2008-12-15 | 1 | -3/+0 |
| | | | | | | | | o old suggests format is no more handled o buildroot handling changed o build directories for root changed - fix buildroot_default.spec: was broken since %{rpm_version} is not defined | ||||
* | add a testcase for #45457 | Pascal Rigaux | 2008-11-14 | 1 | -1/+0 |
| | |||||
* | test reconfig.urpmi | Pascal Rigaux | 2008-09-23 | 1 | -0/+3 |
| | |||||
* | skip buildroot checks for rpm5.org | Per Øyvind Karlsen | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | do set _tmppath | Pascal Rigaux | 2008-02-04 | 1 | -1/+3 |
| | |||||
* | use genhdlist2 and create xml info files | Pascal Rigaux | 2008-01-15 | 1 | -3/+4 |
| | |||||
* | - check "old suggests" are still handled. | Pascal Rigaux | 2007-12-14 | 1 | -0/+3 |
| | | | | | | ie RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK, instead of RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) | ||||
* | use system_() from helper.pm | Pascal Rigaux | 2007-10-16 | 1 | -7/+2 |
| | |||||
* | silence gendistrib | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -12/+59 |
| | |||||
* | add some *old* pkgs (from redhat 4.0) to test rpm&URPM handle it correctly | Pascal Rigaux | 2006-12-01 | 1 | -4/+13 |
| | | | | | so that bug #27263 won't happen again :) | ||||
* | more tests, clean some others, enhance helper.pm | Pascal Rigaux | 2006-11-30 | 1 | -0/+8 |
| | |||||
* | using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpme | Pascal Rigaux | 2006-11-30 | 1 | -0/+24 |
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'" |