[sysvinit-devel] Test suite for sysvinit?

2014-01-29 Thread Petter Reinholdtsen
It would be a lot easier to release a new version of sysvinit if we had a test suite testing that the system work. At the moment, I am unsure if the system work at all until I try to boot with it, and that is a some work to set up. If we had a simple 'make check' target running a test suite, I wo

[sysvinit-devel] [PATCH]: removing some unused variables

2014-01-29 Thread Matias A. Fonzo
GCC produces warnings for some unused variables in shutdown.c and sulogin.c: [..] cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_XOPEN_SOURCE -D_GNU_SOURCE -c -o shutdown.o shutdown.c shutdown.c: In function 'main': shutdown.c:486:10: warning: variable 'realuid' set but not used [-Wunused-but-set

Re: [sysvinit-devel] Test suite for sysvinit?

2014-01-29 Thread Matias A. Fonzo
> It would be a lot easier to release a new version of sysvinit if we > had a test suite testing that the system work. At the moment, I am > unsure if the system work at all until I try to boot with it, and that > is a some work to set up. > > If we had a simple 'make check' target running a test