We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a5e1a commit 302350cCopy full SHA for 302350c
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 [[ -n $USE_TPCDS ]]; then
151
python tests/pg_qs_test_runner.py --port $PGPORT --tpc-ds
152
fi
153
deactivate
0 commit comments