Commit Graph

16 Commits

Author SHA1 Message Date
Bob Killen
9e719d8d9c
Fix shellcheck lint errors in third_party/forked/shell2junit/sh2ju.sh 2019-04-11 10:25:41 -07:00
Matthias Bertschy
9b15af19b2 Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
Ryan Hitchman
90d99b346f Fix spurious whitespace in messages from sh2ju.
<failure>
<![CDATA[
...
]]>
</failure>

creates a <failure> tag with text == "\n\n...\n".

It needs to be on one line.
2018-03-28 20:11:58 -07:00
Ryan Hitchman
ba16cd9071 Make sh2ju use awk instead of bc.
awk is available in all of our test runners (as part of busybox or debian base packages), bc is not.
2018-03-01 23:47:50 -08:00
Slava Semushin
ac8d6a295a sh2ju.sh: suppress which command output when gdate not found in $PATH. 2018-02-27 16:27:57 +01:00
Christoph Blecker
3bcc6e9eeb
Add brackets and quotes where needed 2018-01-26 15:11:53 -08:00
Christoph Blecker
670505e5ff
Contain variable names in shell2unit
Also correct unbound assertions variable error on line 176
2018-01-26 14:08:25 -08:00
Christoph Blecker
33a0b5af0c
Fix unset variables in shell2junit 2018-01-25 13:30:27 -08:00
Christoph Blecker
5fe4d279ca
Produce junit results for verify job 2018-01-25 13:30:25 -08:00
ymqytw
fa91eb4496 fix naming for testgrid 2017-06-15 13:38:41 -07:00
ymqytw
590ea991a5 change junit output format 2017-06-14 11:26:51 -07:00
ymqytw
471327f95f output junit for cmd tests 2017-06-13 10:13:23 -07:00
Ryan Hitchman
b4ee0f22d0 Make sh2ju not print 'error: 0' lines.
They cause false positives on Gubernator when it's looking for error
reasons.
2016-09-16 12:22:11 -07:00
Minhan Xia
586bb1f028 rename junit file 2016-06-29 16:48:58 -07:00
Minhan Xia
ec3f0e9f07 fork sh2ju to accommendate existing testing tools 2016-06-27 10:41:09 -07:00
Minhan Xia
ca1e808c2f introduce shell2junit 2016-06-24 10:28:16 -07:00