Commit 75f2ff8d authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent 82a42e46
...@@ -179,7 +179,6 @@ class ResiliencyTestSuite(object): ...@@ -179,7 +179,6 @@ class ResiliencyTestSuite(object):
os.path.dirname(sys.argv[0]), os.path.dirname(sys.argv[0]),
'..', '..', '..', 'slapos.cfg' '..', '..', '..', 'slapos.cfg'
) )
import os
slapos_configuration_file_path = os.path.abspath(slapos_configuration_file_path) slapos_configuration_file_path = os.path.abspath(slapos_configuration_file_path)
# Output is huge and we don't want to store it in memory nor print it # Output is huge and we don't want to store it in memory nor print it
devnull = open('/dev/null', 'w') devnull = open('/dev/null', 'w')
......
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