torture: Simplify torture suite running, call restricted test suite runner.
[samba.git] / lib / torture / torture.c
index 9adf6816b838628b9bce06c62128cb2be17ab200..dcb28eefb024a66ce63d0821350b695993ab3902 100644 (file)
@@ -304,6 +304,13 @@ bool torture_run_suite(struct torture_context *context,
        return ret;
 }
 
+bool torture_run_suite_restricted(struct torture_context *context, 
+                      struct torture_suite *suite, char **restricted)
+{
+       /* FIXME */
+       return false;
+}
+
 void torture_ui_test_start(struct torture_context *context, 
                           struct torture_tcase *tcase, 
                           struct torture_test *test)