Skip to content

Commit

Permalink
Fix copying of updated coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Dec 18, 2024
1 parent 1910f4c commit 7451be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/test-helpers/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ __limeStopKeylimeService() {
fi

# copy .coverage* files to a persistent location
$__INTERNAL_limeCoverageEnabled && cp -n .coverage* $__INTERNAL_limeCoverageDir &> /dev/null
$__INTERNAL_limeCoverageEnabled && cp -u .coverage.* $__INTERNAL_limeCoverageDir &> /dev/null

return $RET

Expand Down

0 comments on commit 7451be0

Please sign in to comment.