File: run_single_live

package info (click to toggle)
libspf2 1.2.5-4%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,756 kB
  • ctags: 1,177
  • sloc: ansic: 12,265; sh: 8,473; perl: 218; makefile: 130
file content (12 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
[ -z "$srcdir" ] && srcdir=.
echo
echo "Running single tests using live data..."
exec $srcdir/test test_live \
	--todo=121='FIXME' \
	--todo=135.result='FIXME' \
	--todo=136.result='FIXME' \
	--todo=137.result='FIXME' \
	--todo=168='FIXME' \
	--todo=169='FIXME'