mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Drop old getsig.java test
getsig.java was replaced by a Python implementation in 6e2d0a9e
(2014)
and the test was only there to compare the results for the transition.
Dropping this as it no longer works starting with 11.0.17+8.
This commit is contained in:
parent
beed746740
commit
24630dfe68
6 changed files with 1 additions and 160 deletions
|
@ -151,10 +151,7 @@ test -x ./hooks/pre-commit && ./hooks/pre-commit
|
|||
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
echo_header "test python getsig replacement"
|
||||
|
||||
cd $WORKSPACE/tests/getsig
|
||||
./make.sh
|
||||
echo_header "run unit tests"
|
||||
|
||||
cd $WORKSPACE/tests
|
||||
for testcase in $WORKSPACE/tests/*.TestCase; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue