[libvirt] [PATCH] travis: Print test log file from distcheck as well

Martin Kletzander mkletzan at redhat.com
Mon May 21 12:37:47 UTC 2018


Ping?  Trivial?

On Tue, May 01, 2018 at 05:25:17PM +0200, Martin Kletzander wrote:
>Since we started using `make distcheck` in travis, the part that's printing the
>tests/test-suite.log file is rather pointless.  Let's check for both known
>locations (keeping the previous one there on purpose) so that the output is
>usable again.
>
>Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
>---
> .travis.yml | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
>diff --git a/.travis.yml b/.travis.yml
>index d3f72d46f3d9..f980884dfa1c 100644
>--- a/.travis.yml
>+++ b/.travis.yml
>@@ -118,8 +118,11 @@ script:
>
> after_failure:
>   - echo '============================================================================'
>-  - 'if [ -f $(pwd)/tests/test-suite.log ]; then
>+  - 'ver=$(sed -n "s/AC_INIT(\[libvirt\], \[\([0-9.]*\)\],.*/\1/p" configure.ac);
>+    if [ -f $(pwd)/tests/test-suite.log ]; then
>         cat $(pwd)/tests/test-suite.log;
>+    elif [ -f libvirt-$ver/_build/tests/test-suite.log ]; then
>+        cat libvirt-$ver/_build/tests/test-suite.log;
>     else
>         echo "=== NO LOG FILE FOUND ===";
>     fi'
>-- 
>2.17.0
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180521/5943b8b9/attachment-0001.sig>


More information about the libvir-list mailing list