mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add script to run local tests using travis blacklist
This commit is contained in:
parent
9497f24c0a
commit
d88d52bc6d
8
scripts/runtests-local-travis-config.sh
Executable file
8
scripts/runtests-local-travis-config.sh
Executable file
@ -0,0 +1,8 @@
|
||||
DIR=$(git rev-parse --show-toplevel)
|
||||
cd $1
|
||||
FOLDER=linux
|
||||
if [[ "$OSTYPE" =~ darwin* ]]; then
|
||||
GP=linux
|
||||
fi
|
||||
ctest -E "$(cat ${DIR}/.ci/travis/${FOLDER}/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" --output-on-failure
|
||||
cd $DIR
|
Loading…
x
Reference in New Issue
Block a user