mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-22 23:08:49 +00:00
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…
x
Reference in New Issue
Block a user