Skip to content

Commit

Permalink
Removed unused definition left over from PR #3427
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Jul 3, 2023
1 parent 0c1a435 commit daa996e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion exec-tests
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,12 @@ if [[ "${major}" == "all" || "${major}" == "server" ]]; then
shift
posargs="${@}"
# We use SQLALCHEMY_SILENCE_UBER_WARNING here ... (see above).
REQUESTS_CA_BUNDLE=${PWD}/server/pbenchinacan/etc/pki/tls/certs/pbench_CA.crt SQLALCHEMY_SILENCE_UBER_WARNING=1 PYTHONUNBUFFERED=True PBENCH_SERVER=${server_arg} KEEP_DATASETS="${keep_datasets}" pytest --tb=native -v -s -rs --pyargs ${posargs} pbench.test.functional.server
SQLALCHEMY_SILENCE_UBER_WARNING=1 \
PYTHONUNBUFFERED=True \
PBENCH_SERVER=${server_arg} \
KEEP_DATASETS="${keep_datasets}" \
pytest --tb=native -v -s -rs --pyargs ${posargs} \
pbench.test.functional.server
rc=${?}
fi
fi
Expand Down

0 comments on commit daa996e

Please sign in to comment.