This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ test: all
4141 then \
4242 echo $(PYTEST ) --cov=CloudFlare ; \
4343 $(PYTEST ) --cov=CloudFlare ; \
44+ coverage html ; \
4445 else \
4546 true ; \
4647 fi ; \
@@ -118,16 +119,15 @@ openapi:
118119 egrep ' ;' < $$ tmp.5 | egrep -v ' ; deprecated' | egrep -v ' ; Content-Type: application/json' | sed -e ' s/^/ /' ; \
119120 rm $$ tmp.?
120121
122+ TUNA_CLI4_TEST_COMMAND = "--openapi="
121123TUNA_CLI4_TEST_COMMAND = "/ips"
122- TUNA_CLI4_TEST_COMMAND = "--api"
123- TUNA_CLI4_TEST_COMMAND = "--openapi $(OPENAPI_URL ) "
124124
125125tuna :
126126 @tmp=/tmp/_$$$$ _ ; \
127127 $(PYTHON ) -X importtime -m cli4 $(TUNA_CLI4_TEST_COMMAND ) > /dev/null 2> $$ tmp.1 ; \
128128 tuna $$ tmp.1 2> /dev/null & \
129129 tunapid=$$ ! ; \
130- sleep 1 ; \
130+ sleep 10 ; \
131131 kill $$ tunapid ; \
132132 rm $$ tmp.?
133133
You can’t perform that action at this time.
0 commit comments