ObjFW  Diff

Differences From Artifact [63fb27780b]:

To Artifact [1017432031]:


276
277
278
279
280
281
282

283
284
285





286
287
288
289
290
291
292
276
277
278
279
280
281
282
283



284
285
286
287
288
289
290
291
292
293
294
295







+
-
-
-
+
+
+
+
+







			[OFStdOut eraseLine];
			[OFStdOut setForegroundColor: [OFColor maroon]];
			[OFStdOut writeFormat: @"-[%@ ", class];
			[OFStdOut setForegroundColor: [OFColor red]];
			[OFStdOut writeFormat: @"%s", sel_getName(test)];
			[OFStdOut setForegroundColor: [OFColor maroon]];
			[OFStdOut writeLine: @"]: failed"];
		} else
			[OFStdOut writeLine: description];
		} else
			[OFStdOut writeLine: @"failed"];
			[OFStdOut writeLine: @"failed"];

		if (description != nil)
			[OFStdOut writeLine: description];

		break;
	case StatusSkipped:
		if (OFStdOut.hasTerminal) {
			[OFStdOut setCursorColumn: 0];
			[OFStdOut eraseLine];
			[OFStdOut setForegroundColor: [OFColor gray]];
			[OFStdOut writeFormat: @"-[%@ ", class];