mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 17:44:12 +00:00
chore(tasks): log executed integration test cmd
This commit is contained in:
parent
e150c67acc
commit
32142b023a
@ -10,6 +10,7 @@ function runTest(variant, env) {
|
||||
process.env.NODE_ENV = env;
|
||||
|
||||
console.log('[TEST] ' + variant + '@' + env);
|
||||
console.log(`[EXEC] VARIANT=${variant} NODE_ENV=${env} karma start test/config/karma.distro.js`);
|
||||
|
||||
try {
|
||||
execSync('karma', [ 'start', 'test/config/karma.distro.js' ]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user