Skip to content

Commit

Permalink
updating test config
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Feb 26, 2025
1 parent d412a62 commit a9074ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/configCI.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"mochaJunitReporterReporterOptions": {
"mochaFile": "test-results-{id}.xml",
"rootSuiteTitle": "",
"includePending": true,
"jenkinsMode": true
"jenkinsMode": true,
"outputs": true
}
}
1 change: 0 additions & 1 deletion tools/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function build(){
}
runOnSuccess(0);
});
//run('cp', ['../test/bin/Debug/net6.0/test.dll', '../test/测试/Edge.Tests.CoreClr.dll'], runOnSuccess);
}
});
}
Expand Down

0 comments on commit a9074ea

Please sign in to comment.