Hi!
It is hardly to seek a source of a problem in the test log file.
All those
"Testing basic.m..."
...
"Testing basic.m..."
...
"Testing general.m..."
...
"Testing general.m..."
...
"Testing test00.m..."
...
"Testing test00.m..."
...etc
are repeatedly emitted without any clue about its locations.
It would be useful to emit more specific path of a test file like
the attached patch does.
--
Sergey Golovin
Index: gnustep-tests
===================================================================
--- gnustep-tests (revision 32280)
+++ gnustep-tests (working copy)
@@ -312,7 +312,7 @@
return 0
else
echo >> $GSTESTLOG
- echo Testing $TESTFILE... >> $GSTESTLOG
+ echo Testing $dir/$TESTFILE... >> $GSTESTLOG
echo >> $GSTESTSUM
build_and_run > $GSTESTLOG.tmp 2>&1
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep