Kaydet (Commit) 3f8f16d1 authored tarafından Zachary Ware's avatar Zachary Ware Kaydeden (comit) GitHub

Show what's changed when Travis fails regen check (GH-2095)

Also fixed a few more line endings that were missed in GH-840, which were causing failure.
üst 6ea4186d
...@@ -80,9 +80,11 @@ before_script: ...@@ -80,9 +80,11 @@ before_script:
./configure --with-pydebug ./configure --with-pydebug
make -j4 make -j4
make -j4 regen-all clinic make -j4 regen-all clinic
if ! test -z "`git status --porcelain`" changes=`git status --porcelain`
if ! test -z "$changes"
then then
echo "Generated files not up to date" echo "Generated files not up to date"
echo "$changes"
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment