modify the format of diff information in protostr (#398)

avx_docs
luotao1 9 years ago committed by wenboyang
parent 125c19a3c3
commit 65af9f9495

@ -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

Loading…
Cancel
Save