Separated out Cleanup Commands (#645)
This commit is contained in:
committed by
Carrie Roberts
parent
6c3da68741
commit
bf7bc47752
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user