Skip to content

Commit

Permalink
fix test fail
Browse files Browse the repository at this point in the history
Signed-off-by: pettershao-ragilenetworks <pettershao@ragilenetworks.com>
  • Loading branch information
pettershao-ragilenetworks authored and sdk committed Nov 3, 2022
1 parent c970c2a commit 43d0ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcov_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ lcov_get_info()
done < infolist

lcov --extract total.info '*sonic-gcov/*' -o unittest_total.info
cp unittest_total.info ${output_dir}
# cp unittest_total.info ${output_dir}

# sed -i "s#common_work/#$1/common_work/#" coverage.xml
}
Expand Down Expand Up @@ -415,7 +415,7 @@ gcov_get_info()

output_dir=$1

GCNO_COUNT=`find -name "*.gcdo" | wc -l`
GCNO_COUNT=`find -name "*.gcno" | wc -l`
GCDA_COUNT=`find -name "*.gcda" | wc -l`
echo "gcno count: $GCNO_COUNT"
echo "gcda count: $GCDA_COUNT"
Expand Down

0 comments on commit 43d0ced

Please sign in to comment.