chore(tasks): log distro config on test:distro failures
This commit is contained in:
parent
11987e8cc9
commit
4a9e129b53
|
@ -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++;
|
||||
|
|
Loading…
Reference in New Issue