| Index: client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
|
| diff --git a/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py b/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
|
| index e0c88f32469ac8ad9f6ec2d7025454e0cf8982ae..e3c970050466fa5b3ed316f134d6685817e25a24 100644
|
| --- a/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
|
| +++ b/client/site_tests/factory_PreFinalCheck/factory_PreFinalCheck.py
|
| @@ -27,7 +27,7 @@ class MiniVerifier(object):
|
| def check_developer_switch(self):
|
| """ Checks if developer switch button is disabled """
|
| try:
|
| - gooftools.run('gooftool --verify_switch_dev')
|
| + gooftools.run('gooftool --verify_switch_dev --verose')
|
| except:
|
| return False
|
| return True
|
| @@ -35,7 +35,7 @@ class MiniVerifier(object):
|
| def check_write_protect(self):
|
| """ Checks if hardware write protection pin is enabled """
|
| try:
|
| - gooftools.run('gooftool --verify_switch_wp')
|
| + gooftools.run('gooftool --verify_switch_wp --verose')
|
| except:
|
| return False
|
| return True
|
|
|