Merge pull request #150 from benavrhm/topic_benavrhm_fixups_20201112
Topic benavrhm fixups 20201112
This commit is contained in:
commit
eb549b4c21
7 changed files with 68 additions and 12 deletions
|
|
@ -205,6 +205,7 @@ err(){
|
|||
echo "Received: $2"
|
||||
fi
|
||||
echo -e "\e[0m"
|
||||
echo "Diff between Expected and Received:"
|
||||
echo "$ret"| od -t c > $dir/clixon-ret
|
||||
echo "$expect"| od -t c > $dir/clixon-expect
|
||||
diff $dir/clixon-expect $dir/clixon-ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue