summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_deadtime.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03s3:tests: Reformat test_deadtime.shAndreas Schneider1-7/+7
shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue May 3 00:10:53 UTC 2022 on sn-devel-184
2021-08-10selftest: add a test for the "deadtime" parameterRalph Boehme1-0/+67
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14783 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>