Tools: buildbot try with binary diffs

This commit is contained in:
Tillmann Karras 2014-12-27 12:19:09 +01:00
parent 1dbd8c0b96
commit 30d03be508
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ echo "Change author: $author"
echo "Short rev: $shortrev"
echo "Base rev: $baserev"
git diff -r $baserev | buildbot try --properties=branchname=$branchname,author=$author,shortrev=$shortrev --diff=- -p1 --baserev $baserev $*
git diff --binary -r $baserev | buildbot try --properties=branchname=$branchname,author=$author,shortrev=$shortrev --diff=- -p1 --baserev $baserev $*