diff --git a/docs/gpu/gpu_testing.md b/docs/gpu/gpu_testing.md index 0fef7625a6c05d..354b2f556eed89 100644 --- a/docs/gpu/gpu_testing.md +++ b/docs/gpu/gpu_testing.md @@ -292,12 +292,14 @@ comparison. When using `--no-skia-gold-failure`, you'll also need to pass the `--passthrough` flag in order to actually see the link output. Example usage: -`run_gpu_integration_test.py pixel --no-skia-gold-failure --local-run ---passthrough --build-revision aabbccdd` - -Note that `aabbccdd` must be replaced with an actual Chromium src revision -(typically whatever revision origin/master is currently synced to) in order for -the tests to work. This can be done automatically using: +`run_gpu_integration_test.py pixel --no-skia-gold-failure --local-run=1 +--passthrough` + +If, for some reason, the local run code is unable to determine what the git +revision is, simply pass '--build-revision aabbccdd'. Note that `aabbccdd` must +be replaced with an actual Chromium src revision (typically whatever revision +origin/master is currently synced to) in order for the tests to work. This can +be done automatically using: ``run_gpu_integration_test.py pixel --no-skia-gold-failure --local-run --passthrough --build-revision `git rev-parse origin/master` ``