invalid time format in output results #66
Closed
Comments
|
The @vder |
|
Thanks for quick reply, but in that case when can we expect new release? :) |
|
I prepared some walkaround if someone has a need for one. In post build step I run batch script with sed: |
|
This is a duplicate of issue: |
|
Fixed in utPLSQL 3.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've just added build step to my local jenkins configuration (execute windows batch command).Report generated fine and jenkins consumed it, but I've noticed that times in records are with ',' coma as decimal separator so in jenkins I can see that my test took something over 2 years rather than something around 60 seconds. How can I change this decimal separator to '.' period?
I run utplsqlcli with command similiar to this:
C:\utplsql\bin\utplsql.bat run usr/passwd@localhost:1522/db -f=ut_xunit_reporter -o=result2.xml
The text was updated successfully, but these errors were encountered: