mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Remove accidental test/debug regression I added in refactoring.
Not sure how I missed this. Change-Id: Icd67b6119cbe5ef59bcf2c42784ac8fd011f2ab9 BUG=chromium-os:12953 TEST=Ran it Review URL: http://codereview.chromium.org/6659009
This commit is contained in:
parent
b42af678be
commit
cc0c062a3d
@ -238,7 +238,7 @@ class AUTest(unittest.TestCase):
|
||||
"""
|
||||
self.worker.InitializeResultsDirectory()
|
||||
self.worker.PrepareBase(self.base_image_path)
|
||||
#self.worker.PerformUpdate(self.target_image_path, self.base_image_path)
|
||||
self.worker.PerformUpdate(self.target_image_path, self.base_image_path)
|
||||
self.worker.VerifyImage(self)
|
||||
|
||||
# --- DISABLED TESTS ---
|
||||
|
Loading…
Reference in New Issue
Block a user