pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Replace CommandTestRunner by a NewCommandLineRunner

Open aboubacardiawara opened this issue 2 years ago • 1 comments

Replacing : - CommandLineTestRunner - VTermTestRunner By NewCommandLineRunner. This One covers their behaviors by using reporters (XmlReporter, StdReporter, XTermReporter)

aboubacardiawara avatar Jul 28 '22 15:07 aboubacardiawara

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 ?

aboubacardiawara avatar Aug 01 '22 09:08 aboubacardiawara