Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 12, 2024
1 parent 877450e commit eae4dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit eae4dc9

Please sign in to comment.