Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove redundant dependency relations
· f167caaa
Andreas Tille
authored
Apr 17, 2019
f167caaa
Deactivate insufficient test - see test script for comments
· a74762f0
Andreas Tille
authored
Apr 17, 2019
a74762f0
Show whitespace changes
Inline
Side-by-side
debian/tests/__control__deactivated
0 → 100644
View file @
a74762f0
Tests: run-unit-test
Restritions: allow-stderr
debian/tests/control
deleted
100644 → 0
View file @
b25e6a80
Tests: run-unit-test
Depends: libc6,
libsprng2
Recommends: tree-puzzle-doc
Suggests: phylip,
treetool
Restritions: allow-stderr
\ No newline at end of file
debian/tests/run-unit-test
View file @
a74762f0
...
...
@@ -15,10 +15,11 @@ cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}"
cd
"
${
AUTOPKGTEST_TMP
}
"
#do_stuff_to_test_package#
# tree-puzzle intallation check
if
hash
puzzle 2>/dev/null
;
then
# Comment by Andreas Tille: That test is a bit weak since
# its pretty redundant that these conditions are fullfilled
# once a package is installed. Please enhance.
if
hash
tree-puzzle 2>/dev/null
;
then
echo
Success
else
echo
Fail
...
...