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