Commit 8b5662a4 authored by Nikias Bassen's avatar Nikias Bassen

test: Write outputfile to test log for signedunsigned2 test

parent 8b09d3fc
......@@ -17,7 +17,10 @@ DATAOUT0=$top_builddir/test/data/$TESTFILE0.bin
DATAOUT1=$top_builddir/test/data/$TESTFILE1.bin
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
cat $DATAOUT0
$top_builddir/tools/plistutil -i $DATAIN1 -o $DATAOUT1
cat $DATAOUT1
diff $DATACMP0 $DATAOUT0
diff $DATACMP1 $DATAOUT1
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