We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d726233 commit 7753fcfCopy full SHA for 7753fcf
.circleci/config.yml
@@ -25,7 +25,11 @@ jobs:
25
yum -y --setopt=tsflag=nodocs install openssl cyrus-sasl cyrus-sasl-md5 cyrus-sasl-plain python-qpid-proton python-qpid python-qpid-messaging python-coverage
26
- run:
27
name: Run tests
28
- command: coverage run run_tests.py
+ command: |
29
+ export QPID_SSL_CERT_DB=sql:./tests/resources/
30
+ export QPID_SSL_CERT_PASSWORD_FILE=tests/resources/pwdfile
31
+ export QPID_SSL_CERT_NAME=ABCFR_ABCFRALMMACC1
32
+ coverage run run_tests.py
33
# - run:
34
# name:
35
# command: echo "hello world"
0 commit comments