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 0ee8620 commit 13d22abCopy full SHA for 13d22ab
integration/Makefile
@@ -134,4 +134,4 @@ help:
134
test:
135
mkdir -p logs
136
set -o pipefail; \
137
- CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml ./tests/posit/connect/test_users.py | tee ./logs/$(CONNECT_VERSION).log;
+ CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | tee ./logs/$(CONNECT_VERSION).log;
0 commit comments