Print disk space after test

This commit is contained in:
MorriganR 2021-05-21 01:42:06 +03:00 committed by Nyall Dawson
parent aa1a9d62e8
commit bf79830551

View File

@ -188,3 +188,6 @@ echo "Print disk space"
df -h
python3 /root/QGIS/.ci/ctest2ci.py xvfb-run ctest -V $CTEST_OPTIONS -E "${EXCLUDE_TESTS}" -S /root/QGIS/.ci/config_test.ctest --output-on-failure
echo "Print disk space"
df -h