aboutsummaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05Fix tox test loop in mvn-phase-script.shEric Ball1-2/+2
This loop was not running correctly, because the find results were being returned as a string rather than an array. The results always contain a newline, and the complicated rev-cut-rev script seems to be a workaround that fails if the wrong result is shown first. By adding parentheses around the TOXINIS assignment command, the results are returned as an array. We can then simply use bash's dirname command to get the parent directory. Issue-ID: MODELING-604 Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I0881958395c7104f263928a3c4394fd141b79208
2020-03-11fix sonar errordyh1-1/+1
Change-Id: I7c904de9e84bc4f76c1f197adace9fbac8c7f1db Issue-ID: MODELING-342 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-04-25update coverage commanddyh1-0/+0
Change-Id: Ibbc6ce866296f61cf5b100c7da4e931c3b177531 Issue-ID: MODELING-159 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-04-19genericparser seed codedyh1-0/+86
Change-Id: Id15ac689c1d560619bf6c699fb0786e7381d3def Issue-ID: MODELING-153 Signed-off-by: dyh <dengyuanhong@chinamobile.com>