~mitya57/ubuntu/vivid/pygments/fix-autopkgtests

« back to all changes in this revision

Viewing changes to debian/tests/python3-pygments

  • Committer: Dmitry Shachnev
  • Date: 2014-11-06 12:28:25 UTC
  • Revision ID: mitya57@ubuntu.com-20141106122825-ftwa6q77ictjzfdp
* Drop disable_example_files_test.patch, no longer needed.
* Enable verbose tests output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set -eu
4
4
 
5
5
cp -r tests "$ADTTMP"
6
 
cat debian/patches/disable_example_files_test.patch | (cd "$ADTTMP/tests" && patch -p2)
7
6
cd "$ADTTMP/tests"
8
7
 
9
8
for python in $(py3versions -i); do
10
 
        PYTHONWARNINGS=d $python ./run.py 2>&1
 
9
        PYTHONWARNINGS=d $python ./run.py --verbose 2>&1
11
10
done