Skip to content

Commit

Permalink
DEBUG output test contents
Browse files Browse the repository at this point in the history
  • Loading branch information
evkhramkov committed Mar 11, 2019
1 parent 5f78666 commit 44649c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ target.test = function() {
mkdir('-p', path.join(buildTestsPath, 'lib'));
matchCopy(path.join('**', '@(*.ps1|*.psm1)'), path.join(__dirname, 'Tests', 'lib'), path.join(buildTestsPath, 'lib'));

console.log(run(`cat ${path.join(__dirname, '_build/Tasks/AppCenterDistributeV3/Tests/L0OneIpaPass.js')}`))

// find the tests
var suiteType = options.suite || 'L0';
var taskType = options.task || '*';
Expand Down

0 comments on commit 44649c7

Please sign in to comment.