File: py3

package info (click to toggle)
python-ipaddr 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: python: 1,895; makefile: 8; sh: 8
file content (13 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

set -efu

pys="$(py3versions -s)"

cp ipaddr_test.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

for py in $pys; do
	echo "=== $py ==="
	$py ipaddr_test.py
done