Commit de127a95 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo on testERP5testnode (my_test_type -> my_type_test)

parent 42c88631
This diff is collapsed.
...@@ -360,15 +360,13 @@ from the distributor.") ...@@ -360,15 +360,13 @@ from the distributor.")
log("Type of current test is %s" %(my_type_test,)) log("Type of current test is %s" %(my_type_test,))
# difference master/slave # master gets test_suites, slaves get nothing
# master get test_suites, slave get nothing if (len(test_suite_data) > 1) or (my_type_test == 'UnitTest'):
if len(test_suite_data) > 1:
runner.prepareSlapOSForTestNode(test_node_slapos) runner.prepareSlapOSForTestNode(test_node_slapos)
#Clean-up test suites #Clean-up test suites
self.checkOldTestSuite(test_suite_data) self.checkOldTestSuite(test_suite_data)
for test_suite in test_suite_data: for test_suite in test_suite_data:
## BLOCK OK ## BLOCK OK
remote_test_result_needs_cleanup = False remote_test_result_needs_cleanup = False
node_test_suite = self.getNodeTestSuite( node_test_suite = self.getNodeTestSuite(
......
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