Marcel Taeumel uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-mt.118.mcz==================== Summary ====================
Name: SUnit-mt.118
Author: mt
Time: 9 September 2019, 3:30:50.56487 pm
UUID: db2ce542-93c4-47ff-b855-726d56f4cdee
Ancestors: SUnit-mt.117
Partially revert time measurement for tests to make smalltalkCI-dependent projects build against Trunk again.
Still investigating a solution for that. :-)
=============== Diff against SUnit-mt.117 ===============
Item was changed:
----- Method: TestCase>>run: (in category 'running') -----
run: aResult
+ aResult runCase: self.
- aResult runCaseMeasured: self.
!