FirebaseTestLab-Android icon indicating copy to clipboard operation
FirebaseTestLab-Android copied to clipboard

Fix escaping in exclusion filter

Open zbynek opened this issue 3 years ago • 1 comments
trafficstars

The files that should be ignored are called simply logcat or 0000_logcat. The extra backslash is not working correctly, with the current version of GCloud SDK it's throwing an exception CommandException: Invalid exclude filter (".*\.txt$|.*\.apk$|.*\logcat$|.*\.mp4$|.*\.txt$")

zbynek avatar Sep 21 '22 10:09 zbynek

@piotrmadry will you have time to check and merge it? This makes the download functionality broken by default (workaround is to include Logcat files in download, even if you only care about JUnit results)

zbynek avatar Oct 04 '22 21:10 zbynek