We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302350c commit 18f5a38Copy full SHA for 18f5a38
run_tests.sh
@@ -147,7 +147,7 @@ python3 -m venv /tmp/env && source /tmp/env/bin/activate &&
147
pip install -r tests/requirements.txt
148
set -e #exit virtualenv with error code
149
python tests/pg_qs_test_runner.py --port $PGPORT
150
-if [[ -n $USE_TPCDS ]]; then
+if [[ "$USE_TPCDS" == "1" ]]; then
151
python tests/pg_qs_test_runner.py --port $PGPORT --tpc-ds
152
fi
153
deactivate
0 commit comments