mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
tests/run-tests: disable nightly.TestCase on non-Linux until its ported
This commit is contained in:
parent
52f27aea75
commit
8c8b9021f5
1 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,10 @@ for testcase in $WORKSPACE/tests/*.TestCase; do
|
||||||
echo "skipping install.TestCase, its too troublesome in CI builds"
|
echo "skipping install.TestCase, its too troublesome in CI builds"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [ $(uname) != "Linux" ] && [ $testcase == $WORKSPACE/tests/nightly.TestCase ]; then
|
||||||
|
echo "skipping nightly.TestCase, it currently only works GNU/Linux"
|
||||||
|
continue
|
||||||
|
fi
|
||||||
$testcase
|
$testcase
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue