aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-20 23:39:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-20 23:39:44 +0000
commit33206140185ac27d7078e13debf8e116d09b37d0 (patch)
tree9f2a7b082843da00f345151c0e24c50b2db73791
parent43614ebb6f8cb350dc43090e5a712aa2519e67be (diff)
parent9fc5a4ec563b20d58b3fc29595156c2520d382e1 (diff)
downloadtoybox-33206140185ac27d7078e13debf8e116d09b37d0.tar.gz
Stop ignoring lsattr test failures. am: 9fc5a4ec56
Change-Id: I272e389b46003b42f7cfa0ea2c2d68f121a07608
-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"