Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
t/run-tests: Drop test_Discriminant from the list of excluded unit tests
· f06e8e49
Rafael Laboissière
authored
Mar 11, 2019
f06e8e49
Changelog entry for version 6.0.49-2
· d6124bfb
Rafael Laboissière
authored
Mar 12, 2019
Gbp-Dch: Ignore
d6124bfb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d6124bfb
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
...
...
debian/tests/run-tests
View file @
d6124bfb
...
...
@@ -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
\
...
...