File: smoketest

package info (click to toggle)
python-aalib 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: python: 302; sh: 12; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

cp test/* $ADTTMP
cd $ADTTMP

for python in $(pyversions -s); do
	$python test.py
done