Commit 7a58c278 authored by Lev Walkin's avatar Lev Walkin

unified diff for more info

parent c4c6196c
...@@ -10,7 +10,7 @@ for ref in ../tests/*.asn1.-*; do ...@@ -10,7 +10,7 @@ for ref in ../tests/*.asn1.-*; do
echo "Checking $src against $ref" echo "Checking $src against $ref"
./asn1c "-$flags" "$src" > "$tmpfile" || ec=$? ./asn1c "-$flags" "$src" > "$tmpfile" || ec=$?
if [ $? = 0 ]; then if [ $? = 0 ]; then
diff "$ref" "$tmpfile" || ec=$? diff -u "$ref" "$tmpfile" || ec=$?
fi fi
rm -f "$tmpfile" rm -f "$tmpfile"
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment