Skip to content
Commits on Source (2)
praat (6.0.49-2) unstable; urgency=medium
* t/run-tests: Drop test_Discriminant from the list of excluded unit tests
-- Rafael Laboissiere <rafael@debian.org> Mon, 11 Mar 2019 18:06:08 -0300
praat (6.0.49-1) unstable; urgency=medium
* New upstream version 6.0.49
......
......@@ -78,7 +78,6 @@ for f in $(ls *.praat) ; do
## (see Bug#887685 and Bug#889703).
if [ $f != runAllTests.praat \
-a $f != speechsynthesizer_test.praat \
-a $f != test_Discriminant.praat \
-a $f != test_bss_twoSoundsMixed.praat \
-a $f != test_MixingMatrix.praat \
-a $f != test_sigma_ellipse.praat \
......