chore(tasks): log distro config on test:distro failures

This commit is contained in:
Nico Rehwaldt 2018-03-21 12:00:36 +01:00
parent 11987e8cc9
commit 4a9e129b53
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function runTest(variant, env) {
try {
execSync('karma', [ 'start', 'test/config/karma.distro.js' ]);
} catch (e) {
console.error('[TEST] FAILURE');
console.error('[TEST] FAILURE ' + variant + '@' + env);
console.error(e);
failures++;