mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
selftest: Fix running proclimit tests locally
The dns_hub changes missed a dependency. Fortunately, during an autobuild, the dns_hub is always up and running by the time the proclimitdc tests are run. However, the tests were failing if run locally just on their own. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c649aece90
commit
402715206f
@ -2366,7 +2366,7 @@ sub check_env($$)
|
||||
renamedc => ["backupfromdc"],
|
||||
offlinebackupdc => ["backupfromdc"],
|
||||
labdc => ["backupfromdc"],
|
||||
proclimitdc => [],
|
||||
proclimitdc => ["dns_hub"],
|
||||
|
||||
none => [],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user