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:
parent
f5197ae0a7
commit
1ae76a4813
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user