[Python-checkins] r57845 - python/tags/r30a1 python/tags/r30a1/runtests.sh

guido.van.rossum python-checkins at python.org
Fri Aug 31 17:08:16 CEST 2007


Author: guido.van.rossum
Date: Fri Aug 31 17:07:53 2007
New Revision: 57845

Added:
   python/tags/r30a1/
      - copied from r57844, python/branches/py3k/
Modified:
   python/tags/r30a1/runtests.sh
Log:
Tagging for release of Python 3.0a1.


Modified: python/tags/r30a1/runtests.sh
==============================================================================
--- python/branches/py3k/runtests.sh	(original)
+++ python/tags/r30a1/runtests.sh	Fri Aug 31 17:07:53 2007
@@ -70,6 +70,7 @@
 	     echo
 	     $PYTHON -E Lib/test/regrtest.py $FLAGS $T 2>OUT/$T.out
 	     ;;
+         test_largefile) echo " SKIPPED (always)"; echo $T >>SKIPPED; continue;;
          *)  $PYTHON -E Lib/test/regrtest.py $FLAGS $T >OUT/$T.out 2>&1;;
          esac
     then


More information about the Python-checkins mailing list