From bffa7daab8d1a54cf099287cbc0ce443fea4c0d0 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 8 Jul 2021 17:13:17 +0200 Subject: [PATCH] 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" --- regress/runtime | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/regress/runtime b/regress/runtime index 6b8fdbb..b3fc52f 100755 --- a/regress/runtime +++ b/regress/runtime @@ -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='