diff options
author | 2022-04-05 15:54:50 -0700 | |
---|---|---|
committer | 2022-04-05 15:58:35 -0700 | |
commit | 715bbc203cf486bc268aa6c4181beba3e1acb975 (patch) | |
tree | 2cf6215296eddbf1b17c98eed513d86f25913b4d /stop.sh | |
parent | 5532c8c0101ac6f3643e39f214e49fa2f86e3001 (diff) |
Fix tox test loop in mvn-phase-script.sh
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
Diffstat (limited to 'stop.sh')
0 files changed, 0 insertions, 0 deletions