File: integration-tests

package info (click to toggle)
lighttpd 1.4.82-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,800 kB
  • sloc: ansic: 103,536; perl: 2,720; sh: 783; yacc: 726; makefile: 715
file content (13 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -uex

export PATH="/sbin:/usr/sbin:$PATH"

cp -r tests src "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP/tests"
gcc fcgi-responder.c -o fcgi-responder
gcc scgi-responder.c -o scgi-responder
export LIGHTTPD_EXE_PATH="/usr/sbin/lighttpd"
export VERBOSE=1
./prepare.sh && echo && ./run-tests.pl