blob: 0ce460ce80c5144024623ab8951f8d788cf0cd7b (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# pickle, print and check
set -e
./parse_smrbase.py -p smrbase.pickle /home/xilun/hard/datasheet_320066.xml > check.txt
diff -u ref_out_print_simple_smrbase.txt check.txt
|