ci: more debug

This commit is contained in:
Dave Horton
2020-12-14 10:10:52 -05:00
parent f3564c57bb
commit da3193f45b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ jobs:
- run: npm install
- run: docker pull drachtio/sipp:latest
- run: npm run jslint
- run: npm test
- run: DEBUG=jambonz:* npm test

View File

@@ -1,5 +1,5 @@
const { spawn } = require('child_process');
const debug = require('debug')('test:sipp');
const debug = require('debug')('jambonz:ci');
let network;
const obj = {};
let output = '';
@@ -46,7 +46,7 @@ obj.sippUac = (file, opts) => {
'sbc'
]);
//console.log(`args: ${args}`);
debug(`args: ${args}`);
clearOutput();
return new Promise((resolve, reject) => {