Why does xcode flag script output lines as errors?
Why does xcode flag script output lines as errors?
- Subject: Why does xcode flag script output lines as errors?
- From: Marc Epard <email@hidden>
- Date: Tue, 25 Apr 2006 17:15:43 -0500
- Thread-topic: Why does xcode flag script output lines as errors?
I just added a Run Script target to execute some unit tests (our own scheme,
not OCUnit). One of the tests outputs a bar graph and xcode flags some of
the lines in the graph as errors in the Build Results.
Xcode believes this line is an error:
| : .: : :: ::: . ...
But this line is not flagged as an error:
| . . : .. ..:
What does xcode look for?
How can I prevent lines from being flagged as errors?
On the other hand, how can I make sure a unit test failure indication is
flagged as an error?
-Marc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden