File: run-check

package info (click to toggle)
dballe 4.0.18-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 12,220 kB
  • ctags: 4,388
  • sloc: ansic: 21,506; cpp: 13,500; sh: 10,362; python: 5,760; makefile: 731; f90: 692; perl: 566
file content (9 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -f run-check.conf ]
then
	. run-check.conf
	export DBA_DB
fi

exec make check "$@"