mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-18 02:20:47 +00:00
Attempt to fix kcov.
This commit is contained in:
parent
7297f234ba
commit
cffd4511a5
@ -48,7 +48,7 @@ for t in ${tests[@]}; do
|
||||
--verify \
|
||||
--include-pattern '/regex/src/' \
|
||||
"$tmpdir/$t" \
|
||||
$(ls -t ./target/debug/"$t"-* | head -n1)
|
||||
$(find ./target/debug -executable -wholename "./target/debug/$t-*" | head -n1)
|
||||
done
|
||||
|
||||
if [ -n "$coveralls_id" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user