File: dgit

package info (click to toggle)
dgit 14.8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,476 kB
  • sloc: perl: 14,136; sh: 7,648; makefile: 346; python: 334; tcl: 69
file content (8 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash
# NB This requires use of t-chain-test-somehow.
set -e${DGIT_TEST_NDEBUG-x}
troot=$DGIT_TEST_TROOT
tmp=$DGIT_TEST_TMP
. "$troot/lib-core"
t-set-intree
t-dgit "$@"