Commit cc1ee801 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: config file in test named after __init__.py convention

parent 2558c842
......@@ -48,7 +48,7 @@ class Config:
"""
Set options given by parameters.
"""
self.configuration_file_path = os.path.abspath(os.environ.get('CONFIG_FILE_PATH'))
self.configuration_file_path = os.path.abspath(os.environ.get('RUNNER_CONFIG'))
# Load configuration file
configuration_parser = ConfigParser.SafeConfigParser()
......
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