More perceptualdiff testing tweaks.

This commit is contained in:
Olly Smith 2013-11-11 07:02:58 +00:00
parent a3566f0ccf
commit d2df6ef233
2 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,5 @@ node_js:
before_script: before_script:
- "npm install -g grunt-cli" - "npm install -g grunt-cli"
- "npm install" - "npm install"
- "sudo apt-get update --quiet=2"
- "sudo apt-get --quiet=2 install perceptualdiff"

View File

@ -63,6 +63,7 @@ module.exports = function (grunt) {
command: './run.sh', command: './run.sh',
options: { options: {
stdout: true, stdout: true,
failOnError: true,
execOptions: { execOptions: {
cwd: 'spec/viz' cwd: 'spec/viz'
} }