Commit 739fdb20 authored by Ben Joyce's avatar Ben Joyce Committed by Chromium LUCI CQ

Change quotation marks to be bash pastable.

Bug: None
Change-Id: I39c221fd574b9d19fe0d9cbabf81769644823e90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627142Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843122}
parent de680cfd
...@@ -188,7 +188,7 @@ mode, where `N` is the number of raw profiles. With `N = 4`, the total size of ...@@ -188,7 +188,7 @@ mode, where `N` is the number of raw profiles. With `N = 4`, the total size of
the raw profiles are limited to a few gigabytes. the raw profiles are limited to a few gigabytes.
``` ```
$ export LLVM_PROFILE_FILE=”out/report/crypto_unittests.%4m.profraw” $ export LLVM_PROFILE_FILE="out/report/crypto_unittests.%4m.profraw"
$ ./out/coverage/crypto_unittests $ ./out/coverage/crypto_unittests
$ ls out/report/ $ ls out/report/
crypto_unittests.3657994905831792357_0.profraw crypto_unittests.3657994905831792357_0.profraw
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment