From eae4dc950702a8c5c2c55ff8309e76ce32b4fc04 Mon Sep 17 00:00:00 2001 From: agracio Date: Thu, 12 Sep 2024 21:47:26 +0100 Subject: [PATCH] testing CI --- test/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/app.js b/test/app.js index d1adc64..97bbb35 100644 --- a/test/app.js +++ b/test/app.js @@ -41,6 +41,7 @@ exports.runTests = function (framework, window){ //if (typeof framework === "undefined") return; //process.env.EDGE_USE_CORECLR = framework; + console.log(`runner: ${runner}`); var version = process.env.EDGE_USE_CORECLR ? 'CoreCLR' : process.platform === 'win32' ? '.NET Framework 4.5' : 'Mono Framework'; //var prefix = process.env.EDGE_USE_CORECLR ? 'CoreCLR' : 'NET'; var prefix = ''; @@ -68,7 +69,9 @@ exports.runTests = function (framework, window){ setTimeout(function(){ mocha.dispose(); window.webContents.send("runComplete", reportFilename); + console.log('run end') if(runner === 'CI'){ + console.log('window.close()') window.close(); } }, 1000);