diff --git a/tests/integration/run.sh b/tests/integration/run.sh index 07d384535..21e49643f 100755 --- a/tests/integration/run.sh +++ b/tests/integration/run.sh @@ -4,7 +4,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # APP_NAME=tables -SCENARIO=$1 +SCENARIO=${SCENARIO:=$1} APP_INTEGRATION_DIR=$PWD