Attempt to fix kcov.

This commit is contained in:
Andrew Gallant 2017-02-18 14:34:40 -05:00
parent 7297f234ba
commit cffd4511a5

View File

@ -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