File: testsuite

package info (click to toggle)
hg-git 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,432 kB
  • sloc: python: 8,200; sh: 185; makefile: 23
file content (8 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Note: this doesn't test the installed mercurial-git.  It's better
# than nothing though.

set -e

exec make tests PYTHON=python3 TESTFLAGS="--blacklist=$(pwd)/debian/hg-git.test_blacklist"