mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
tests/run-tests: disable nightly.TestCase on non-Linux until its ported
This commit is contained in:
parent
52f27aea75
commit
8c8b9021f5
@ -174,6 +174,10 @@ for testcase in $WORKSPACE/tests/*.TestCase; do
|
||||
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
|
||||
fi
|
||||
$testcase
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user