summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Collapse)AuthorAge
* Implement explicit selection of subsystem types.Robin H. Johnson2011-01-05
| | | | | | | | | | | - Fixes bugs #347583, #349389, both of which were triggered by cgroups being detected as the LXC subsystem type. - Makes it much easier to select "prefix" type. - "rc -S" will now print a warning if you have not configured rc_sys in /etc/rc.conf - All other semantics of rc_sys are unchanged in this patch. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples2009-06-21
| | | | | | This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel headers anymore. Fixes #177.
* Add runlevel stacking, #88Roy Marples2009-05-02
| | | | | This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel.
* Ignore test resultsRoy Marples2009-05-02
|
* Fix unit test.Roy Marples2009-02-23
|
* Style.Roy Marples2009-02-23
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* Punt .gitignore files.Roy Marples2008-12-04
|
* Fix tests, #Gentoo 240350.Roy Marples2008-10-07
|
* Add older_than function to complement newer_than function. Also make the ↵Roy Marples2008-07-03
| | | | userland instance reversed to be compatable with current baselayout, which truely does suck.
* More unit fixes.Roy Marples2008-07-03
|
* More unit fixes.Roy Marples2008-07-03
|
* Fix test.Roy Marples2008-07-03
|
* Add an is_older_than unit test, thanks to zzamRoy Marples2008-07-03
|
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28
|
* Remove rc_service_start/stop from librc as they block and unmask signals. ↵Roy Marples2008-03-28
| | | | The application may not wish this behaviour and should fork/exec the service itself.
* We should sort using LC_ALL=C to avoid locale issues.Roy Marples2008-03-26
|
* setup a bit of a test frameworkMike Frysinger2008-03-24
|
* fixup testingMike Frysinger2008-03-24
|
* ignore generated filesMike Frysinger2008-03-24
|
* add check/test rulesMike Frysinger2008-03-24
|
* Massive whitespace cleanupRoy Marples2007-11-28
|
* No need for bash hereRoy Marples2007-09-26
|
* add some tests to make sure our exported symbols are saneMike Frysinger2007-09-26