We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c36c7 commit d50528dCopy full SHA for d50528d
CHANGELOG.md
@@ -1,10 +1,8 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
7
-## Changed
+- Fix `--junit-xml-add-location-metadata` command line flag
8
9
# 1.15.95 (2022-07-26 / de6d134)
10
src/kaocha/plugin/junit_xml.clj
@@ -191,7 +191,7 @@
191
(assoc ::omit-system-out? true)
192
193
add-location-metadata?
194
- (assoc ::add-location-metadata true))))
+ (assoc ::add-location-metadata? true))))
195
196
(post-run [result]
197
(when-let [filename (::target-file result)]
0 commit comments