File: test.sh

package info (click to toggle)
python-dict2xml 1.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 768; xml: 108; sh: 36; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

set -e

export TESTS_CHDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $TESTS_CHDIR
./tools/venv tests -q $@