Make debugging merge.py in the test suite possible.
Change-Id: Ie30f0421601cbd5cf8f88dcc3dcf818b1db589ba
This commit is contained in:
parent
0757603f2e
commit
23c8aac2ba
@ -12,7 +12,7 @@ run_test() {
|
||||
local expected=$2
|
||||
result=$(mktemp /tmp/test_merge.XXXXXX)
|
||||
fail=0
|
||||
$cmd > $result
|
||||
$cmd --output $result
|
||||
if ! cmp $result $expected ; then
|
||||
diff -u $expected $result || :
|
||||
echo FAIL - $cmd result does not match expected
|
||||
|
Loading…
x
Reference in New Issue
Block a user