From ef5f8e74855b3a6dead4a1a12da9284c1b56acd0 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 26 Jul 2018 13:22:42 -0700 Subject: [PATCH] Fix reference to --junitfile flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb0b193..96db3af8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ gotestsum --no-summary=skipped,failed ### JUnit XML In addition to the normal test output you can write a JUnit XML file for -integration with CI systems. Write a file using the `--junitxml` flag or +integration with CI systems. Write a file using the `--junitfile` flag or the `GOTESTSUM_JUNITFILE` environment variable. ```