File: test.sh

package info (click to toggle)
python-trubar 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 2,968; sh: 375; makefile: 3; javascript: 1
file content (9 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
echo "(Utils)"

echo "... checks for file sanity"
set +e
print_run 'trubar missing bad_structure.yaml -o tmp/missing.yaml' tmp/errors_structure.txt
check_exit_code
set -e
diff tmp/errors_structure.txt exp/errors_structure.txt
rm tmp/errors_structure.txt