forked from OSchip/llvm-project
Only show the first few lines of difference.
llvm-svn: 31901
This commit is contained in:
parent
17782030cf
commit
6984a15600
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue