Skip to content

Commit

Permalink
add sudo permission
Browse files Browse the repository at this point in the history
Signed-off-by: pettershao-ragilenetworks <[email protected]>
  • Loading branch information
pettershao-ragilenetworks authored and sdk committed Nov 3, 2022
1 parent 56e6009 commit cbff883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcov_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ lcov_get_info()
echo "ls -lh unittest_total.info"
ls -lh

cp unittest_total.info ${output_dir}
sudo cp unittest_total.info ${output_dir}
echo "ls -lh output_dir"
ls -lh ${output_dir}
}
Expand Down

0 comments on commit cbff883

Please sign in to comment.