make positive version check result visible in build logs

This commit is contained in:
Jean-Paul Calderone 2021-05-13 08:48:08 -04:00
parent fb994d3200
commit f2ac7814f6

View File

@ -120,6 +120,8 @@ EOF
echo "Did not contain expected:"
echo "${version}"
exit 1
else
echo "Version string contained expected value \"${version}.\""
fi
${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
'';