mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
with Files("**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("*cppunittest*"):
|
|
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
|
SCHEDULES.exclusive = ['cppunittest']
|
|
|
|
with Files("remote*"):
|
|
BUG_COMPONENT = ("Firefox for Android", "Testing")
|