mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Only show the first few lines of difference.
llvm-svn: 31901
This commit is contained in:
parent
a10284b03f
commit
5605ecd40d
@ -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
Block a user