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 619f2ae commit f5d81ffCopy full SHA for f5d81ff
test/Makefile
@@ -53,12 +53,12 @@ all : test test_split
53
proxy : test_proxy
54
@echo "Starting proxy server..."
55
cd proxy && \
56
- docker-compose up -d
+ docker compose up -d
57
@echo "Running proxy tests..."
58
./test_proxy; \
59
exit_code=$$?; \
60
echo "Stopping proxy server..."; \
61
- docker-compose down; \
+ cd proxy && docker compose down; \
62
exit $$exit_code
63
64
test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
0 commit comments