You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using find-value-in-files to locate test classes (or triggers) will yield a space when nothing is found. This is ugly later when deciding about running tests and computing how we build the runTask stanza (per #211). The following is what can be seen on the console to illustrate:
Test Classes: [TaskUtils_Test ]
Test Classes: [ ]
The text was updated successfully, but these errors were encountered:
Will you be so kind as to test the fix in branch sfloess_issue-211? I've got a fix out and believe this works... I tested with both no changes to classes and a lone test class change. Fairly certain this is the correct fix.
Upon your ack, I will merge to master.
Thanks - and sorry this one took so long to resolve!
Using
find-value-in-files
to locate test classes (or triggers) will yield a space when nothing is found. This is ugly later when deciding about running tests and computing how we build the runTask stanza (per #211). The following is what can be seen on the console to illustrate:Test Classes: [TaskUtils_Test ]
Test Classes: [ ]
The text was updated successfully, but these errors were encountered: