script/autobuild.py: split samba-no-opath into two tests
[metze/samba-autobuild/.git] / script / autobuild.py
index 25e6291d7e560fa178787b7eb42f9b491a8564b8..a340d471297d69bf6a7a504f396276f2322e55b3 100755 (executable)
@@ -442,12 +442,12 @@ tasks = {
         ],
     },
 
-    "samba-no-opath": {
+    "samba-no-opath1": {
         "dependency": "samba-no-opath-build",
         "sequence": [
             ("random-sleep", random_sleep(300, 900)),
             ("test", make_test(
-                cmd="make test DISABLE_OPATH=1",
+                cmd="make testonly DISABLE_OPATH=1",
                 include_envs=[
                 "nt4_dc",
                 "nt4_dc_smb1",
@@ -455,6 +455,19 @@ tasks = {
                 "nt4_dc_schannel",
                 "nt4_member",
                 "simpleserver",
+                ])),
+            ("lcov", LCOV_CMD),
+            ("check-clean-tree", "script/clean-source-tree.sh"),
+        ],
+    },
+
+    "samba-no-opath2": {
+        "dependency": "samba-no-opath-build",
+        "sequence": [
+            ("random-sleep", random_sleep(300, 900)),
+            ("test", make_test(
+                cmd="make testonly DISABLE_OPATH=1",
+                include_envs=[
                 "fileserver",
                 "fileserver_smb1",
                 "fileserver_smb1_done",