tests: Make timelimit available to test scripts
authorVolker Lendecke <vl@samba.org>
Thu, 1 Jun 2023 14:39:21 +0000 (16:39 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 1 Jun 2023 21:00:36 +0000 (21:00 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=15382

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/selftesthelpers.py

index 951eeb4d1b5b87fb6929245814ee6aa2c7c9cd58..908fe79cb195a100e50688d02e7666c260c5af7c 100644 (file)
@@ -236,3 +236,4 @@ rpcclient = binpath('rpcclient')
 smbcacls = binpath('smbcacls')
 smbcontrol = binpath('smbcontrol')
 smbstatus = binpath('smbstatus')
+timelimit = binpath('timelimit')