mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-05 01:00:52 +00:00
try to understand the CI failures
This commit is contained in:
parent
80136da0a6
commit
d6a80c891a
@ -32,6 +32,11 @@ set -e
|
|||||||
if [ $TERM = 'dumb' ]; then
|
if [ $TERM = 'dumb' ]; then
|
||||||
export TERM=ansi
|
export TERM=ansi
|
||||||
fi
|
fi
|
||||||
git diff "$tracking_filename"
|
|
||||||
|
|
||||||
exit $code
|
echo "The ${tracking_filename} diff is:"
|
||||||
|
echo "================================="
|
||||||
|
git diff "${tracking_filename}"
|
||||||
|
echo "================================="
|
||||||
|
|
||||||
|
echo "Exiting with code ${code} from ratchet.py."
|
||||||
|
exit ${code}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user