Commit Graph

20 Commits (252cabf155308b43c8c612f482855dc0cfa2e29c)

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
Roy Lenferink b43c04452f Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01: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 92b1e6d227
Add cblecker to shell2junit OWNERS
You break it, you bought it.
2018-01-26 13:57:35 -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
Kubernetes Submit Queue ec2fa9d46c Merge pull request #47614 from mengqiy/fix_naming
Automatic merge from submit-queue

fix naming for testgrid to pick up cmd test junit

Fixes #47613

The file name for testgrid to pick up should match regex `'junit(_[^_]+)?(_\d+-\d+)?(_\d+)?.xml'`
Name before is `junit-test-cmd.xml`
Name after is `junit_test-cmd.xml`

```release-note
NONE
```

/assign @krzyzacy
2017-07-19 21:51:49 -07:00
ymqytw b983a81184 add owners for sh2ju 2017-06-16 14:13:26 -07: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