Skip to content

Commit d50528d

Browse files
committed
Fix location metadata command line flag
1 parent 31c36c7 commit d50528d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Unreleased
22

3-
## Added
4-
53
## Fixed
64

7-
## Changed
5+
- Fix `--junit-xml-add-location-metadata` command line flag
86

97
# 1.15.95 (2022-07-26 / de6d134)
108

src/kaocha/plugin/junit_xml.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
(assoc ::omit-system-out? true)
192192

193193
add-location-metadata?
194-
(assoc ::add-location-metadata true))))
194+
(assoc ::add-location-metadata? true))))
195195

196196
(post-run [result]
197197
(when-let [filename (::target-file result)]

0 commit comments

Comments
 (0)