Commit b963191a authored by Romain Courteaud's avatar Romain Courteaud

jstestnode: add missing node_quantity argument to runTestSuite

parent a577d431
......@@ -27,6 +27,7 @@ def main():
parser.add_argument('--project_title', help='The project title')
parser.add_argument('--revision', help='The revision to test',
default='dummy_revision')
parser.add_argument('--node_quantity', help='ignored', type=int)
parser.add_argument('--master_url',
help='The Url of Master controling many suites')
......
......@@ -106,7 +106,7 @@ mode = 0644
[template-runTestSuite]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/runTestSuite.in
md5sum = 515ccd82806bc2ed1bb817b75240b62e
md5sum = e2ccc99c510416b7cfa3134799a733fb
output = ${buildout:directory}/runTestSuite.in
mode = 0644
......
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