Separated out Cleanup Commands (#645)

This commit is contained in:
seraran005
2019-11-11 23:22:17 -06:00
committed by Carrie Roberts
parent 6c3da68741
commit bf7bc47752
+1
View File
@@ -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}