the script wasn’t outputting the curl response

This commit is contained in:
Jonny Barnes 2017-02-23 15:11:05 +00:00
parent 9e7b9d806b
commit b6eddec7ef

View file

@ -2,5 +2,5 @@
for f in tests/Browser/screenshots/*.png
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