From 8af0afdd2e97ff25bd267e1b3d91d863909c005f Mon Sep 17 00:00:00 2001 From: Jenny Plunkett Date: Tue, 11 Sep 2018 17:07:02 -0500 Subject: [PATCH] Fix quotes around gcovr install command --- UNITTESTS/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UNITTESTS/README.md b/UNITTESTS/README.md index 180fb49c50..e1e124e80e 100644 --- a/UNITTESTS/README.md +++ b/UNITTESTS/README.md @@ -45,7 +45,7 @@ sudo easy_install pip ### Installing covr -Install gcovr code coverage tool globally with `pip install 'gcovr>=4.1'` or using virtualenv: +Install gcovr code coverage tool globally with `pip install "gcovr>=4.1"` or using virtualenv: #### virtualenv @@ -291,4 +291,4 @@ TEST_F(TestSemaphore, constructor) **Problem:** virus protection identifies files generated by CMake as malicious and quarantines the files on Windows. -* **Solution**: restore the false positive files from the quarantine. \ No newline at end of file +* **Solution**: restore the false positive files from the quarantine.