File: build

package info (click to toggle)
python-csb 1.2.5%2Bdfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,952 kB
  • sloc: python: 24,191; xml: 812; sh: 67; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

cp -r csb/test "$AUTOPKGTEST_TMP/"

cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
    PYTHONWARNINGS=d $py test/app.py --generated-resources /tmp --verbosity 2
done