History log of /openbsd/regress/usr.bin/doas/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# f45a9042 02-Sep-2021 jasper <jasper@openbsd.org>

regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour

document this accordingly in the guidelines section of the manpage

ok bluhm@


# 4bbce382 12-Aug-2017 bluhm <bluhm@openbsd.org>

If the user running doas regress is not in the wobj group, switch
to the build user. This allows to run doas with a suitable user
and tests pass when started as root.


# 786743df 30-May-2017 zhuk <zhuk@openbsd.org>

Make doas regression tests that involve doas running use a non-nosuid
partition, or skip if it could not find a one.

thanks bluhm@ for valuable input


# c5238458 30-May-2017 zhuk <zhuk@openbsd.org>

First pass to make bluhm@ happy regarding doas regress conf.

1. Make permit tests use wsrc instead of wobj (because basically, to run
test you need obj being writable, unless you want to pollute

First pass to make bluhm@ happy regarding doas regress conf.

1. Make permit tests use wsrc instead of wobj (because basically, to run
test you need obj being writable, unless you want to pollute /usr/src);
2. Test if current user is in wobj group prior running the test, and skip
the test if he is not.

show more ...


# 8014e5d1 28-Jul-2015 zhuk <zhuk@openbsd.org>

Add (currently failing) test for passing PATH via keepenv in doas.

Initial report by Ze Loff on misc@.


# 50862bbd 26-Jul-2015 zhuk <zhuk@openbsd.org>

Make test names printed like other test suites do.


# 7f68288c 26-Jul-2015 zhuk <zhuk@openbsd.org>

Import test suite for doas. Relies on recently committed command matching
functionlity with -C flag.