From bf7bc477527cd667e4fe147b2c9c0dcf54882291 Mon Sep 17 00:00:00 2001 From: seraran005 <57652971+seraran005@users.noreply.github.com> Date: Mon, 11 Nov 2019 23:22:17 -0600 Subject: [PATCH] Separated out Cleanup Commands (#645) --- atomics/T1050/T1050.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomics/T1050/T1050.yaml b/atomics/T1050/T1050.yaml index d7388661..d6449c19 100644 --- a/atomics/T1050/T1050.yaml +++ b/atomics/T1050/T1050.yaml @@ -24,6 +24,7 @@ atomic_tests: command: | sc.exe create #{service_name} binPath= #{binary_path} sc.exe start #{service_name} + cleanup_command: | sc.exe stop #{service_name} sc.exe delete #{service_name}