aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-02-20 13:50:06 -0800
committerElliott Hughes <enh@google.com>2020-02-20 13:50:06 -0800
commit9fc5a4ec563b20d58b3fc29595156c2520d382e1 (patch)
tree9f2a7b082843da00f345151c0e24c50b2db73791
parentbd94be156cbebce0710efe26aa6a3ce38ed06b59 (diff)
downloadtoybox-9fc5a4ec563b20d58b3fc29595156c2520d382e1.tar.gz
Stop ignoring lsattr test failures.
These tests are fixed now. Test: treehugger Change-Id: I14620c14a118b5ae5c3f020c81b09d63c767b368
-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"