aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-21 00:06:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-21 00:06:44 +0000
commit424d573ecbf16c0eaf6c9971541f7f627c1e0ba1 (patch)
tree9f2a7b082843da00f345151c0e24c50b2db73791
parenta0eb88df5f24fbc30bdca154cdf7c83ff02ff390 (diff)
parent0e8b8c94acb351af17d2dc3830bb4c57f65356ac (diff)
downloadtoybox-424d573ecbf16c0eaf6c9971541f7f627c1e0ba1.tar.gz
Stop ignoring lsattr test failures. am: 9fc5a4ec56 am: 3320614018 am: 0e8b8c94ac
Change-Id: Ib562d3a0b9d08a599ff6d89fc1730b28e1c0f7b0
-rwxr-xr-xrun-tests-on-android.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-on-android.sh b/run-tests-on-android.sh
index 104e031b..744fc8b4 100755
--- a/run-tests-on-android.sh
+++ b/run-tests-on-android.sh
@@ -62,8 +62,8 @@ test_toy() {
elif [ "$non_toy" = "true" ]; then
non_toy_failures="$non_toy_failures $toy"
else
- # The chattr/lsattr tests are currently broken. Working on it...
- if [[ "$toy" = "chattr" || "$toy" = "lsattr" ]]; then
+ # The chattr tests are currently broken on cuttlefish. Working on it...
+ if [[ "$toy" = "chattr" ]]; then
non_toy_failures="$non_toy_failures $toy"
else
failures="$failures $toy"