diff options
Diffstat (limited to 'testing/tools')
-rwxr-xr-x | testing/tools/safetynet_job.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/tools/safetynet_job.py b/testing/tools/safetynet_job.py index 7416533222..f0e4efa918 100755 --- a/testing/tools/safetynet_job.py +++ b/testing/tools/safetynet_job.py @@ -67,10 +67,6 @@ class JobRun(object): os.path.pardir) os.chdir(pdfium_src_dir) - if not self.git.IsCurrentBranchClean() and not self.args.no_checkout: - PrintWithTime('Current branch is not clean, aborting') - return 1 - branch_to_restore = self.git.GetCurrentBranchName() if not self.args.no_checkout: |