File: python

package info (click to toggle)
freesas 2026.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,348 kB
  • sloc: python: 8,381; sh: 297; makefile: 125; ansic: 10
file content (9 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -ex

# cp bootstrap.py run_tests.py pyproject.toml version.py README.rst "$AUTOPKGTEST_TMP"

for py in $(py3versions -s 2>/dev/null)
do cd "$AUTOPKGTEST_TMP"
   echo "Testing with $py:"
   $py -c "import freesas.test, sys; sys.exit(freesas.test.run_tests())"
done