~ubuntu-branches/ubuntu/utopic/python-pbkdf2/utopic

« back to all changes in this revision

Viewing changes to debian/tests/python3-pbkdf2

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-02 13:36:22 UTC
  • Revision ID: package-import@ubuntu.com-20130502133622-9425eqadpohzf5y4
Tags: 1.3+20110613.git2a0fb15~ds0-2ubuntu1
autopkgtests: Redirect stderr to stdout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
cd "$WORKDIR/"
8
8
 
9
9
for python in $(py3versions -i); do
10
 
   PYTHONWARNINGS=d $python -m unittest discover -s test/
 
10
   PYTHONWARNINGS=d $python -m unittest discover -s test/ 2>&1
11
11
done