Skip to content

Commit

Permalink
modify the format of diff information in protostr (PaddlePaddle#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 authored and wen-bo-yang committed Nov 8, 2016
1 parent 125c19a commit 65af9f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ for file in $files
do
base_protostr=$protostr/$file
new_protostr=$protostr/$file.unitest
diff $base_protostr $new_protostr
diff $base_protostr $new_protostr -u
done

0 comments on commit 65af9f9

Please sign in to comment.