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 {
|
try {
|
||||||
execSync('karma', [ 'start', 'test/config/karma.distro.js' ]);
|
execSync('karma', [ 'start', 'test/config/karma.distro.js' ]);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('[TEST] FAILURE');
|
console.error('[TEST] FAILURE ' + variant + '@' + env);
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|
||||||
failures++;
|
failures++;
|
||||||
|
|
Loading…
Reference in New Issue