[
https://issues.apache.org/jira/browse/YETUS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326886#comment-15326886
]
Kengo Seki commented on YETUS-293:
----------------------------------
Though I just had a quick look, I think these explanation and variable name are
somewhat misleading, because filenames are matched by [the pattern matching
notation|http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_13],
not regexp.
{code}
684 yetus_add_option "--archive-list=<list>" "Comma delimited list of regexp
filenames to copy to patch-dir"
{code}
{code}
1740 function archive
1741 {
1742 declare re
(snip)
1763 for re in "${ARCHIVE_LIST[@]}"; do
1764 find "${BASEDIR}" -name "${re}" >> "${tmpfile}"
1765 done
{code}
I'll try the new option later.
> archiving functionality
> -----------------------
>
> Key: YETUS-293
> URL: https://issues.apache.org/jira/browse/YETUS-293
> Project: Yetus
> Issue Type: New Feature
> Components: Test Patch
> Reporter: Colin Patrick McCabe
> Assignee: Allen Wittenauer
> Attachments: YETUS-293.00.patch
>
>
> qbt needs the ability to archive files and directories in-between test runs
> so that they may be reported upstream into Jenkins.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)