qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 13/14] .travis.yml: show free disk space at end of run


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 13/14] .travis.yml: show free disk space at end of run
Date: Thu, 23 Apr 2020 22:27:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 4/23/20 7:05 PM, Alex Bennée wrote:
Signed-off-by: Alex Bennée <address@hidden>
---
  .travis.yml | 1 +
  1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 2fd63eceaa..a4c3c6c805 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,6 +113,7 @@ script:
          $(exit $BUILD_RC);
      fi
  after_script:
+  - df -h

Well, I suppose it helps to realize we didn't break the runner, it was already dying...

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

    - if command -v ccache ; then ccache --show-stats ; fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]