mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
fix: run all testcase in tests/run-tests
This commit is contained in:
parent
a01d11ba64
commit
28ec93c587
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ cd $WORKSPACE/tests/getsig
|
|||
./make.sh
|
||||
|
||||
cd $WORKSPACE/tests
|
||||
for testcase in $WORKSPACE/tests/i*.TestCase; do
|
||||
for testcase in $WORKSPACE/tests/*.TestCase; do
|
||||
if [ $testcase == $WORKSPACE/tests/install.TestCase ]; then
|
||||
echo "skipping install.TestCase, its too troublesome in CI builds"
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue