File: test.sh

package info (click to toggle)
python-noseofyeti 2.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: python: 2,581; sh: 31; makefile: 12
file content (7 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

set -e

cd "$(git rev-parse --show-toplevel)"

exec ./tools/venv tests "$@"