provide a fallback value for SKIP_RUNTIME_TESTS

some [ implementation will warn about "bad number"
This commit is contained in:
Omar Polo 2021-07-10 09:09:26 +00:00
parent 9f075bd689
commit a82d4dfa25
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e set -e
if [ "${SKIP_RUNTIME_TESTS}" -eq 1 ]; then if [ "${SKIP_RUNTIME_TESTS:-0}" -eq 1 ]; then
echo echo
echo "======================" echo "======================"
echo "runtime tests skipped!" echo "runtime tests skipped!"