Comment 2 for bug 1506215

Revision history for this message
melanie witt (melwitt) wrote :

I ran into this same problem and changing in os-testr:

 exclude_regex = "^((?!" + exclude_regex + ").)*$"

to

 exclude_regex = "^((?!" + exclude_regex + ").)*"

made it work for me too