diff options
author | yb999 <39816893+nian6324@users.noreply.github.com> | 2021-06-10 22:05:28 +0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-10 16:11:03 +0200 |
commit | b9cdcc7a177843e91029c94e700166f4c85124d1 (patch) | |
tree | bba83bbbe764488590cb6e2f348326aef6a8fed0 /tests/README.md | |
parent | 5ae49f95348cd0e9054244b653ce9d474204b7c5 (diff) | |
download | curl-b9cdcc7a177843e91029c94e700166f4c85124d1.tar.gz |
tests: update README.md with a missing single quote
Closes #7231
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |