Fix setting WX_TEST_WEBREQUEST_URL in AppVeyor builds
Don't use quotes around the value, they're not special for cmd.exe and remain part of the actual variable value. Co-authored-by: Maarten <MaartenBent@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ echo.
|
|||||||
|
|
||||||
pip install httpbin
|
pip install httpbin
|
||||||
start /b python -m httpbin.core
|
start /b python -m httpbin.core
|
||||||
set WX_TEST_WEBREQUEST_URL="http://127.0.0.1:5000"
|
set WX_TEST_WEBREQUEST_URL=http://127.0.0.1:5000
|
||||||
curl http://127.0.0.1:5000/ip
|
curl http://127.0.0.1:5000/ip
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
|
Reference in New Issue
Block a user