Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (9)
Add docs description file and rename executable
· 2abdd806
Saira Hussain
authored
Jul 05, 2019
2abdd806
Remove superfluous files
· 5559524d
Saira Hussain
authored
Jul 05, 2019
5559524d
Add cleanup code
· 204a4b67
Saira Hussain
authored
Jul 05, 2019
204a4b67
Include all the test suites
· 95d934eb
Saira Hussain
authored
Jul 05, 2019
95d934eb
Remove interactive tests
· 90475cd5
Saira Hussain
authored
Jul 06, 2019
90475cd5
Fix typo
· 9cc634c4
Andreas Tille
authored
Jul 06, 2019
and
Saira Hussain
committed
Jul 06, 2019
9cc634c4
Remove more interactive tests
· 04a1d298
Saira Hussain
authored
Jul 06, 2019
04a1d298
Merge branch 'master' of salsa.debian.org:med-team/hyphy
· f5d6c1fa
Saira Hussain
authored
Jul 06, 2019
f5d6c1fa
Divide failing tests
· 4fa4d9da
Saira Hussain
authored
Jul 07, 2019
4fa4d9da
Show whitespace changes
Inline
Side-by-side
debian/tests/run-unit-tests
View file @
4fa4d9da
...
...
@@ -18,7 +18,10 @@ cd "${AUTOPKGTEST_TMP}"
gunzip
-r
*
# Remove tests that need UI
rm
-f
ReplicateConstraint3.bf MolecularClockHKY85.bf F81K81uf_relratio.bf MolecularClockF81.bf definitions.bf definitions+MLE.bf
rm
-f
ReplicateConstraint3.bf F81K81uf_relratio.bf definitions.bf definitions+MLE.bf
# Check why tests are failing
rm
-f
MolecularClockHKY85.bf MolecularClockF81.bf FelativeRatePBS.bf
# Just for debugging
set
-x
...
...