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 (12 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# to be run from trubar/tests/shell_test_files

echo "Stat"

print_run 'trubar stat translations.yaml' tmp/all.txt
diff tmp/all.txt exp/all.txt

print_run 'trubar stat translations.yaml -p submodule' tmp/submodule.txt
diff tmp/submodule.txt exp/submodule.txt

print_run 'trubar stat translations.yaml -p nomodule' tmp/nomodule.txt
diff tmp/nomodule.txt exp/nomodule.txt