Skip to content
Snippets Groups Projects
Commit ca2e6cf4 authored by Roman Tokarev's avatar Roman Tokarev
Browse files

Add server.stop before server.deploy into xlog.test.

parent 8f867142
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ import os
from os.path import abspath
# cleanup vardir
server.stop()
server.deploy()
server.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment