pharo
pharo copied to clipboard
Replace CommandTestRunner by a NewCommandLineRunner
Replacing : - CommandLineTestRunner - VTermTestRunner By NewCommandLineRunner. This One covers their behaviors by using reporters (XmlReporter, StdReporter, XTermReporter)
The Bootstrap-64 step failed due to this error:
NewUndeclaredWarning: TestCommandLineHandler>>defaultReporter (StdReporter is Undeclared)
Instance of UndeclaredVariable did not understand #asExportedLiteral
The class already exists, and i tried many change and each times it tells another Object is undeclared.
Do you have any idea of the cause ?