commit 1ae76a481340117e6f44211482858fc364f40df5
parent f5197ae0a748a70ff4b5178add192acae1ffa887
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date: Wed, 29 Jan 2014 22:39:53 -0800
Don't silence webkit2png output
Otherwise you miss useful error messages like this:
```
Fetching http://localhost:7936/test/pdiff.html ...
... something went wrong: Could not connect to the server.
```
Auditors: alex
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -31,7 +31,7 @@ serve:
pdiff:
@printf "Creating new pdiff image...\n"
- @webkit2png http://localhost:7936/test/pdiff.html -F --transparent -D build -o pdiff >/dev/null 2>&1
+ @webkit2png http://localhost:7936/test/pdiff.html -F --transparent -D build -o pdiff
@mv build/pdiff-full.png build/pdiff.png
@printf "Comparing to reference pdiff image...\n"
@node test/pdiff.js