Commit d3ae210b authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend/test: Froce promise run during test

Otherwise recent slapos.core will do nothing, and we want to avoid the promise
cache during the run.
parent 7152e681
...@@ -376,7 +376,8 @@ class TestDataMixin(object): ...@@ -376,7 +376,8 @@ class TestDataMixin(object):
plugin_status, plugin_result = subprocess_status_output([ plugin_status, plugin_result = subprocess_status_output([
runpromise_bin, runpromise_bin,
'-c', monitor_conf, '-c', monitor_conf,
'--run-only', plugin '--run-only', plugin,
'--froce'
]) ])
# sanity check # sanity check
if 'Checking promise %s' % plugin not in plugin_result: if 'Checking promise %s' % plugin not in plugin_result:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment