File: run-behave.in

package info (click to toggle)
osm2pgsql 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,772 kB
  • sloc: cpp: 60,940; python: 1,115; ansic: 763; sh: 25; makefile: 14
file content (10 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ "$1" = "-p" ]; then
    pgv=pg_virtualenv
    shift
fi

cd @PROJECT_SOURCE_DIR@/tests/bdd
exec $pgv behave -DBINARY=@PROJECT_BINARY_DIR@/osm2pgsql "$@"