Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c233437da | |||
| 84c5295345 |
@@ -16,7 +16,6 @@ runs:
|
|||||||
for f in **/target/*-reports/TEST-*.xml; do
|
for f in **/target/*-reports/TEST-*.xml; do
|
||||||
base="$(basename "$f")"
|
base="$(basename "$f")"
|
||||||
short="${base#TEST-}"
|
short="${base#TEST-}"
|
||||||
short="${short%.xml}"
|
|
||||||
cp "$f" "junit-short/${short}"
|
cp "$f" "junit-short/${short}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user