From b9cdcc7a177843e91029c94e700166f4c85124d1 Mon Sep 17 00:00:00 2001 From: yb999 <39816893+nian6324@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:05:28 +0800 Subject: [PATCH] tests: update README.md with a missing single quote Closes #7231 --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 809ca2f36..3ecfb4ac0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -161,7 +161,7 @@ gcc provides a tool that can determine the code coverage figures for the test suite. To use it, configure curl with `CFLAGS='-fprofile-arcs - -ftest-coverage -g -O0`. Make sure you run the normal and torture tests to + -ftest-coverage -g -O0'`. Make sure you run the normal and torture tests to get more full coverage, i.e. do: make test