test infra - flushall between tests in external mode

This commit is contained in:
Oran Agra 2020-08-31 11:16:06 +03:00
parent 677d14c213
commit b65e5aca86

View File

@ -296,6 +296,7 @@ proc start_server {options {code undefined}} {
# append the server to the stack # append the server to the stack
lappend ::servers $srv lappend ::servers $srv
} }
r flushall
uplevel 1 $code uplevel 1 $code
set ::tags [lrange $::tags 0 end-[llength $tags]] set ::tags [lrange $::tags 0 end-[llength $tags]]
return return