File: run-tests

package info (click to toggle)
python-apt 1.8.4.3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,088 kB
  • sloc: cpp: 10,201; python: 7,568; makefile: 107; sh: 27
file content (8 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

# from debian/rules
for python in $(utils/pyversions -r); do
    $python tests/test_all.py -q
done