Ensure that the directory paths are as they should be under the runtime. Note that this change requires (for now) the regression tests to be run from the web/regression directory.

This commit is contained in:
Dave Page
2016-09-26 16:38:27 +01:00
parent e06fd21f3c
commit 7175929cab
2 changed files with 8 additions and 5 deletions

View File

@@ -360,7 +360,7 @@ if __name__ == '__main__':
print("======================================\n")
local_config = os.path.join(
os.path.dirname(os.path.dirname(__file__)),
os.path.dirname(os.path.realpath(__file__)),
'config_local.py'
)