Only show the first few lines of difference.

llvm-svn: 31901
This commit is contained in:
Reid Spencer 2006-11-25 04:07:06 +00:00
parent 17782030cf
commit 6984a15600
1 changed files with 1 additions and 1 deletions

View File

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