File: tests

package info (click to toggle)
sinntp 1.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: xml: 520; python: 472; sh: 23; makefile: 21
file content (8 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
py3versions -d \
| tr ' ' '\n' \
| xargs -t -I {} env {} -c "
import sys
sys.path[0:0] = ['/usr/share/sinntp/']
exec(open('tests.py').read())
" --verbose