From 5c8bdaf0831d57f445cda45622d4a96c302a2b28 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Tue, 5 Apr 2016 07:55:12 +0000 Subject: [PATCH] jstestnode: date parameter is not mandatory --- software/jstestnode/runTestSuite.in | 1 - software/jstestnode/software.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/software/jstestnode/runTestSuite.in b/software/jstestnode/runTestSuite.in index 04aa54d48..2af194f3e 100644 --- a/software/jstestnode/runTestSuite.in +++ b/software/jstestnode/runTestSuite.in @@ -81,7 +81,6 @@ def main(): 'failure_count': failure, 'skip_count': 0, 'duration': int(elt.find_element_by_xpath('.//span[@class="runtime"]').text.split()[0]), - 'date': date, 'command': elt.find_element_by_xpath('.//a[text()="Rerun"]').get_attribute('href'), 'stdout': agent, 'stderr': '', diff --git a/software/jstestnode/software.cfg b/software/jstestnode/software.cfg index 6e46230f1..26aea10fc 100644 --- a/software/jstestnode/software.cfg +++ b/software/jstestnode/software.cfg @@ -106,7 +106,7 @@ mode = 0644 [template-runTestSuite] recipe = slapos.recipe.template url = ${:_profile_base_location_}/runTestSuite.in -md5sum = 25c42208d3bfacf003f3cfa10ccfcf6b +md5sum = bc1eca131cfa4e9f424d52788a6e051e output = ${buildout:directory}/runTestSuite.in mode = 0644 -- 2.30.9