diff options
| author | Michael Vogt <egon@debian-devbox> | 2013-05-08 19:09:21 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@debian-devbox> | 2013-05-08 19:09:21 +0200 |
| commit | e2e4d3dd3dc2a41469f5d559cbdb5ca6c5057f01 (patch) | |
| tree | 6c3655648f24418b207422ff3125632bebf53962 /debian/tests/run-tests | |
| parent | 7cf77010c108df676d3e277716f790b994bba28e (diff) | |
| parent | b805a16a7466a99bf0952b0ccc0dc7c5b3c6f797 (diff) | |
| download | python-apt-e2e4d3dd3dc2a41469f5d559cbdb5ca6c5057f01.tar.gz | |
merged from experimental and uploaded to sid
Diffstat (limited to 'debian/tests/run-tests')
| -rw-r--r-- | debian/tests/run-tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests new file mode 100644 index 00000000..bb980c6b --- /dev/null +++ b/debian/tests/run-tests @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +# from debian/rules +for python in $(utils/pyversions -r); do + $python tests/test_all.py -q +done |
