mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #1774 from Tilka/binary_try
Tools: buildbot try with binary diffs
This commit is contained in:
@ -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 $*
|
||||
|
Reference in New Issue
Block a user