[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Autotest: point to log more prominently
From: |
Ralf Wildenhues |
Subject: |
Autotest: point to log more prominently |
Date: |
Mon, 10 Oct 2005 18:35:57 +0200 |
User-agent: |
Mutt/1.5.11 |
Hi there,
I'm not quite certain about this patch, but I get the impression that
users may need to be pushed a bit more prominently to the location of
testsuite.{log,dir}. The patch below is a suggestion to this extent.
Surely for users not executing the testsuite from the toplevel build
dir the information is not strictly correct -- but then again those
most likely rather know what they're doing anyway, and so won't be
misled by this.
Cheers,
Ralf
* lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
to log, point to testsuite output tree.
Index: lib/autotest/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autotest/general.m4,v
retrieving revision 1.193
diff -u -r1.193 general.m4
--- lib/autotest/general.m4 4 Oct 2005 09:14:12 -0000 1.193
+++ lib/autotest/general.m4 10 Oct 2005 16:31:49 -0000
@@ -947,7 +952,7 @@
AS_BOX([$as_me.log was created.])
echo
- echo "Please send \`$as_me.log' and all information you think might help:"
+ echo "Please send \`${at_testdir}/$as_me.log' and all information you think
might help:"
echo
echo " To: <AT_PACKAGE_BUGREPORT>"
echo " Subject: @<:@AT_PACKAGE_STRING@:>@ $as_me:dnl
@@ -957,7 +962,8 @@
if test $at_debug_p = false; then
echo
echo 'You may investigate any problem if you feel able to do so, in which'
- echo 'case the test suite provides a good starting point.'
+ echo 'case the test suite provides a good starting point. Its output may'
+ echo "be found below \`${at_testdir}/$as_me.dir'."
echo
fi
exit 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Autotest: point to log more prominently,
Ralf Wildenhues <=