diff --git a/tests/hwsim/vm/README b/tests/hwsim/vm/README index 68d740d21..8fef72c86 100644 --- a/tests/hwsim/vm/README +++ b/tests/hwsim/vm/README @@ -57,7 +57,7 @@ VM into the logs directory. To post-process this data, you'll want to use lcov and run cd /tmp/hwsim-test-logs/ -lcov -c -d gcov/ > gcov/data +lcov -b -c -d gcov/ > gcov/data genhtml -o html/ gcov/data Then open html/index.html in your browser.