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:
parent
bde7cfb1a7
commit
75b4f5439a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ echo.
|
|||
|
||||
pip install httpbin
|
||||
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
|
||||
|
||||
echo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue