the script wasn’t outputting the curl response
This commit is contained in:
parent
9e7b9d806b
commit
b6eddec7ef
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
for f in tests/Browser/screenshots/*.png
|
for f in tests/Browser/screenshots/*.png
|
||||||
do
|
do
|
||||||
curl -F "upload=@$f" -F "format=txt" http://uploads.im/api
|
curl -v -F "upload=@$f" -F "format=txt" http://uploads.im/api
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue