Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47bd43fd authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Ignore TEMPLATE.html in LayoutTest directories"

parents 481a10dd 5e8f52f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -54,6 +54,9 @@ public class FsUtils {
        String[] files = d.list();
        for (int i = 0; i < files.length; i++) {
            String s = dir + "/" + files[i];
            if (s.endsWith("TEMPLATE.html")) {
                continue;
            }
            if (FileFilter.ignoreTest(s)) {
                Log.v(LOGTAG, "  Ignoring: " + s);
                continue;