FirebaseTestLab-Android
FirebaseTestLab-Android copied to clipboard
Fix escaping in exclusion filter
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$")
@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)