Only show the first few lines of difference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-11-25 04:07:06 +00:00
parent 2bae1f58ed
commit ba07a69222

View File

@ -116,7 +116,7 @@ function tryit {
echo "Diff fails with these switches:" echo "Diff fails with these switches:"
echo $switches echo $switches
echo "Differences:" echo "Differences:"
diff "$out" "$optout" diff "$out" "$optout" | head
return 0; return 0;
fi fi
fi fi