relocate build url with base_url

This commit is contained in:
debugtalk
2019-04-08 14:11:49 +08:00
parent 3d1c7f368c
commit 4a478f55d0
5 changed files with 18 additions and 26 deletions

View File

@@ -795,8 +795,7 @@ def _extend_with_testcase(test_dict, testcase_def_dict):
def __prepare_config(config, project_mapping):
""" parse testcase/testsuite config,
including everything (name and base_url) except variables.
""" parse testcase/testsuite config.
"""
# get config variables
raw_config_variables = config.pop("variables", {})