Skip to content

Commit

Permalink
Update gotestsum to add timestamps to junit output
Browse files Browse the repository at this point in the history
The current release of gotestsum is missing timestamps in the junit
data, which makes it difficult to import in an external system later.

gotestyourself/gotestsum@012a85e
includes the necessary changes to add the timestamp for the test run to
the junit output.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit bfbebf0)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
cpuguy83 authored and thaJeztah committed Oct 20, 2022
1 parent f4ea789 commit 4806c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-gotestsum
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GO111MODULE=on go install gotest.tools/gotestsum@v1.6.2
GO111MODULE=on go install gotest.tools/gotestsum@012a85e34a7ce5554057d512e55dcb54b6f2505e

0 comments on commit 4806c24

Please sign in to comment.