Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests



Module Name:    src
Committed By:   jmmv
Date:           Mon Mar 15 19:03:08 UTC 2010

Modified Files:
        src/tests: Makefile
Added Files:
        src/tests/sys: Atffile Makefile
        src/tests/sys/rc: Atffile Makefile h_args.sh h_simple.sh t_rc_d_cli.sh

Log Message:
Add some basic tests for rc.d scripts to validate the execution of
subcommands and the optional argument passing to them from the command
line.

Triggered by the modification of the run_rc_command function in rc.subr
to allow passing in extra parameters to the commands defined in rc.d
scripts.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/sys/Atffile src/tests/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/sys/rc/Atffile src/tests/sys/rc/Makefile \
    src/tests/sys/rc/h_args.sh src/tests/sys/rc/h_simple.sh \
    src/tests/sys/rc/t_rc_d_cli.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index