Skip to content

Commit e58de94

Browse files
committed
updating tests
1 parent c376608 commit e58de94

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ refs:
5959
name: Test
6060
command: |
6161
if [[ $OSTYPE == darwin* || $OSTYPE == linux* ]]; then
62-
EDGE_USE_CORECLR=1 node tools/test.js circleci
62+
node tools/test.js circleci
6363
else
6464
node tools/test.js circleci
6565
node tools/test.js circleci coreclr

tools/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function dotnet(compiler, buildParameters){
6565
}
6666

6767
function coreclr(){
68-
console.log('Building with CoreCLR')
6968
run(process.platform === 'win32' ? 'dotnet.exe' : 'dotnet', ['restore'], function(code, signal) {
7069
if (code === 0) {
7170
run(process.platform === 'win32' ? 'dotnet.exe' : 'dotnet', ['build'], function(code, signal) {

0 commit comments

Comments
 (0)