[Python-modules-commits] r30094 - in packages/python-keyczar/trunk/debian/tests (1 file)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sat Aug 9 19:15:42 UTC 2014


    Date: Saturday, August 9, 2014 @ 19:15:41
  Author: chrisk-guest
Revision: 30094

Refresh comments in debian/tests/unittests-default

Modified:
  packages/python-keyczar/trunk/debian/tests/unittests-default

Modified: packages/python-keyczar/trunk/debian/tests/unittests-default
===================================================================
--- packages/python-keyczar/trunk/debian/tests/unittests-default	2014-08-09 19:14:46 UTC (rev 30093)
+++ packages/python-keyczar/trunk/debian/tests/unittests-default	2014-08-09 19:15:41 UTC (rev 30094)
@@ -1,11 +1,11 @@
 #!/bin/sh
-# Run python-keyczar unit tests using the default Python version
-# Assumes $ADTTMP is set, see /usr/share/doc/autopkgtest/README.package-tests.gz
+# Run python-keyczar unit tests using the default Python version. Assumes
+# $ADTTMP is set, see /usr/share/doc/autopkgtest/README.package-tests.rst.gz
 set -e
 
 
-# We just copy the entire test suite to the $ADTTMP directory (because of the
-# .pyc files) and run the tests from within there.
+# We just copy the entire test suite to the $ADTTMP directory and run the
+# tests from within there.
 cp -r tests testdata "$ADTTMP"
 cd "$ADTTMP"/tests/keyczar_tests
 python alltests.py




More information about the Python-modules-commits mailing list