From 74ed86c4e3d997a283e1ac03237ece9397242d81 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Jul 2010 15:22:31 +1000 Subject: lib/torture: Add function to clean up the output directory This helps to avoid leaving 85MB of provision around for every NET-API-BECOME-DC test. Andrew Bartlett Signed-off-by: Matthieu Patou --- lib/torture/torture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/torture/torture.h') diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 01947e773d..605ba341eb 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -488,6 +488,7 @@ unsigned long torture_setting_ulong(struct torture_context *test, NTSTATUS torture_temp_dir(struct torture_context *tctx, const char *prefix, char **tempdir); +NTSTATUS torture_deltree_outputdir(struct torture_context *tctx); struct torture_test *torture_tcase_add_simple_test(struct torture_tcase *tcase, const char *name, -- cgit