File: run-tests

package info (click to toggle)
php-console-commandline 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: php: 1,396; xml: 166; sh: 5; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -ue
PATH="/usr/bin:/bin"
export PATH

curdir="$(pwd)"
cd / && exec pear run-tests -d -i " -d include_path=/usr/share/php" "$curdir/tests"