diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-09-07 16:48:32 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-07 16:48:32 +0000 |
commit | 26fbb0328d578f15bbbad9271965bee1778b47ed (patch) | |
tree | bbca7101390df61704b5751bbab8ea9766740b4d /testing/tools/githelper.py | |
parent | 1881cb7591c7154c65efaa62a8ead989113a6c23 (diff) | |
download | pdfium-26fbb0328d578f15bbbad9271965bee1778b47ed.tar.xz |
Revert "Discard deps that are not sync'ed anymore in safetynet_compare.py."
This reverts commit aaff8f8b902ac3058b44b0f11a236df606082383.
Reason for revert: does not fix the problem, I'll fix in another way
Original change's description:
> Discard deps that are not sync'ed anymore in safetynet_compare.py.
>
> The job is currently blocked by the tools/gyp directory, which is being
> downloaded in the "before" branch, but is not ignored anymore in the
> "after" branch, making it an uncommited change.
>
> Change-Id: I9aca33e2046fbbe2626431febcbbdbebe1937f3b
> Reviewed-on: https://pdfium-review.googlesource.com/42110
> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
TBR=thestig@chromium.org,hnakashima@chromium.org,rharrison@chromium.org
Change-Id: I840004d0d9c8d83340fdd0b4d701859cc628f9e6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://pdfium-review.googlesource.com/42190
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'testing/tools/githelper.py')
-rw-r--r-- | testing/tools/githelper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/tools/githelper.py b/testing/tools/githelper.py index a4016857f6..2e94196e85 100644 --- a/testing/tools/githelper.py +++ b/testing/tools/githelper.py @@ -64,6 +64,3 @@ class GitHelper(object): def CloneLocal(self, source_repo, new_repo): RunCommandPropagateErr(['git', 'clone', source_repo, new_repo], exit_status_on_error=1) - - def Clean(self): - RunCommandPropagateErr(['git', 'clean', '-df']) |