Test for "Implement forced log file rotation upon SIGUSR2"
This commit is contained in:
committed by
Joachim Wiberg
parent
949e80f150
commit
0bc4c82bae
@@ -1,5 +1,6 @@
|
||||
EXTRA_DIST = lib.sh opts.sh
|
||||
EXTRA_DIST += api.sh local.sh unicode.sh remote.sh fwd.sh mark.sh notify.sh
|
||||
EXTRA_DIST += api.sh local.sh unicode.sh remote.sh fwd.sh mark.sh \
|
||||
notify.sh rotate_all.sh
|
||||
CLEANFILES = *~ *.trs *.log
|
||||
TEST_EXTENSIONS = .sh
|
||||
TESTS_ENVIRONMENT= unshare -mrun
|
||||
@@ -18,5 +19,6 @@ TESTS += api.sh
|
||||
TESTS += fwd.sh
|
||||
TESTS += mark.sh
|
||||
TESTS += notify.sh
|
||||
TESTS += rotate_all.sh
|
||||
|
||||
programs: $(check_PROGRAMS)
|
||||
|
Reference in New Issue
Block a user