provide a means to skip the runtime tests

Setting the environment variable SKIP_RUNTIME_TESTS to 1 will prevent
the runtime tests.  This is useful when running the tests inside a
sandbox.

based on a similar diff by Anna "CyberTailor"
This commit is contained in:
Omar Polo 2021-07-08 17:13:17 +02:00
parent 8c9b8f487e
commit bffa7daab8
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
set -e
if [ "${SKIP_RUNTIME_TESTS}" -eq 1 ]; then
echo
echo "======================"
echo "runtime tests skipped!"
echo "======================"
echo
exit 0
fi
ggflags=
config_common='