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 20b00cf commit cd2a678Copy full SHA for cd2a678
Makefile
@@ -56,7 +56,7 @@ mock-test-%: clean-stores
56
CONNECT_CONTENT_BUILD_DIR="rsconnect-build-test" \
57
CONNECT_SERVER="http://$(HOSTNAME):3939" \
58
CONNECT_API_KEY="0123456789abcdef0123456789abcdef" \
59
- $(MAKE) test-$*
+ $(MAKE) test-$* || cat mock_connect.log
60
@$(MAKE) -C mock_connect down
61
62
fmt-%:
0 commit comments