mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
tests/run-tests: stop skipping install.TestCase
This commit is contained in:
parent
27e3b5066a
commit
acae5f1ac9
2 changed files with 4 additions and 5 deletions
|
@ -172,10 +172,6 @@ echo_header "run unit tests"
|
|||
|
||||
cd $WORKSPACE/tests
|
||||
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
|
||||
fi
|
||||
if [ $(uname) != "Linux" ] && [ $testcase == $WORKSPACE/tests/nightly.TestCase ]; then
|
||||
echo "skipping nightly.TestCase, it currently only works GNU/Linux"
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue