Skip to content

Commit

Permalink
Merge pull request #8092 from yennster/patch-3
Browse files Browse the repository at this point in the history
Fix quotes around gcovr install command for Windows
  • Loading branch information
Cruz Monrreal committed Sep 13, 2018
2 parents c6fef82 + 8af0afd commit 207ea79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UNITTESTS/README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
* **Solution**: restore the false positive files from the quarantine.

0 comments on commit 207ea79

Please sign in to comment.