commit | 69dc5c836f526c83ec4d07385a85c5915a50ba07 | [log] [tgz] |
---|---|---|
author | bohu <bohu@google.com> | Sat Jun 24 02:10:23 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jun 24 02:10:23 2017 +0000 |
tree | fa049981940d885aca0411459f8b2ca88d2b97cd | |
parent | a61c24c0919c4984345454d95fb3d02723a5613d [diff] | |
parent | ae96eee82bdf3e32cdd003fdf19b8c7c35a956b1 [diff] |
vts: fix TryDifferentGovernors in Power hal test am: ae96eee82b Change-Id: Iaa383d8d150b8b633c3d238c52622fddc0d3ec09
diff --git a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp index c94fa4f..da49dfc 100644 --- a/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp +++ b/power/1.0/vts/functional/VtsHalPowerV1_0TargetTest.cpp
@@ -77,6 +77,7 @@ if (fd1 < 0 || fd2 < 0) { // Files don't exist, so skip the rest of the test case SUCCEED(); + return; } char old_governor[80];