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
This commit is contained in:
Ben Alpert 2014-01-29 22:39:53 -08:00
parent f5197ae0a7
commit 1ae76a4813

View File

@ -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