]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: make ad_dc_slowtests an alias for ad_dc, not ad_dc_ntvfs
authorRalph Boehme <slow@samba.org>
Mon, 25 Nov 2019 12:03:28 +0000 (13:03 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 20 Dec 2019 06:08:40 +0000 (06:08 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
selftest/target/Samba4.pm

index 59375637765b82774f57a461596b2cd7b77ff447..c6fe6e05ce87bfb0a8cd0f54053f788de1b51dd8 100755 (executable)
@@ -2083,7 +2083,7 @@ sub check_env($$)
        # aliases in order to split autbuild tasks
        fl2008dc             => ["ad_dc_ntvfs"],
        ad_dc_default        => ["ad_dc"],
-       ad_dc_slowtests      => ["ad_dc_ntvfs"],
+       ad_dc_slowtests      => ["ad_dc"],
        ad_dc_backup         => ["ad_dc"],
 
        schema_dc      => ["dns_hub"],