Commit f0270cb6 authored by Sebastien Robin's avatar Sebastien Robin

testnode: fixed condition to not build dependencies like firefox

parent 9859a6ea
...@@ -304,8 +304,8 @@ shared = true ...@@ -304,8 +304,8 @@ shared = true
runner = runner_class(self) runner = runner_class(self)
logger.info("Type of current test is %s", my_test_type) logger.info("Type of current test is %s", my_test_type)
# master testnode gets test_suites, slaves get nothing # master testnode gets test_suites, slaves get nothing
testnode_software_status_dict = runner.prepareSlapOSForTestNode(test_node_slapos)
if not(testnode_software_successfully_built): if not(testnode_software_successfully_built):
testnode_software_status_dict = runner.prepareSlapOSForTestNode(test_node_slapos)
if testnode_software_status_dict['status_code'] == 0: if testnode_software_status_dict['status_code'] == 0:
testnode_software_successfully_built = True testnode_software_successfully_built = True
logger.info("Will now skip build of testnode software") logger.info("Will now skip build of testnode software")
......
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