diff options
author | Guido van Rossum <guido@python.org> | 2003-02-14 19:29:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-14 19:29:22 (GMT) |
commit | 4507ec70cff35468f4b1767382f38ecebd4a29a2 (patch) | |
tree | 3374d3b0a6926b1900b0a8ab92df0e546e5c27b0 /Misc | |
parent | 4ab8437e7fefc42056d052a77cada686c0ce33f6 (diff) | |
download | cpython-4507ec70cff35468f4b1767382f38ecebd4a29a2.zip cpython-4507ec70cff35468f4b1767382f38ecebd4a29a2.tar.gz cpython-4507ec70cff35468f4b1767382f38ecebd4a29a2.tar.bz2 |
- The audio driver tests (test_ossaudiodev.py and
test_linuxaudiodev.py) are no longer run by default. This is
because they don't always work, depending on your hardware and
software. To run these tests, you must use an invocation like
./python Lib/test/regrtest.py -u audio test_ossaudiodev
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -284,6 +284,12 @@ Tools/Demos Build ----- +- The audio driver tests (test_ossaudiodev.py and + test_linuxaudiodev.py) are no longer run by default. This is + because they don't always work, depending on your hardware and + software. To run these tests, you must use an invocation like + ./python Lib/test/regrtest.py -u audio test_ossaudiodev + - On systems which build using the configure script, compiler flags which used to be lumped together using the OPT flag have been split into two groups, OPT and BASECFLAGS. OPT is meant to carry just optimization- and |