History log of /netbsd-src/tests/sys/rc/t_rc_d_cli.sh (Results 1 – 6 of 6)
Revision Date Author Comments
# d8f5b04c 28-Apr-2024 rillig <rillig@NetBSD.org>

tests: replace deprecated '-s eq:...' with '-s exit:...'


# cfc4b6e4 26-Feb-2022 gson <gson@NetBSD.org>

Mark randomly failing test cases as expected failures with a reference
to PR bin/56506.


# decf2b5e 07-Nov-2010 jmmv <jmmv@NetBSD.org>

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deser

Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.

show more ...


# 6b84fb92 04-Jun-2010 jmmv <jmmv@NetBSD.org>

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor op

atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor optimization in atf-run.

Define use.fs=true for all those tests requiring it. (This highlights that
some tests currently require modifying the file system but conceptually
they shouldn't be... which leaves room for further improvements/cleanups
later :-)

show more ...


# 0c761868 04-May-2010 jmmv <jmmv@NetBSD.org>

Fix execution of the installed tests by using h_{simple,args} as program
names, without the .sh extension.


# 2c2857e9 15-Mar-2010 jmmv <jmmv@NetBSD.org>

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 fu

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.

show more ...