mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #1774 from Tilka/binary_try
Tools: buildbot try with binary diffs
This commit is contained in:
commit
72e13e22df
1 changed files with 1 additions and 1 deletions
|
@ -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 $*
|
||||
|
|
Loading…
Add table
Reference in a new issue