From a9074ea51f4eb41d7b00f54c93e302823d4378c7 Mon Sep 17 00:00:00 2001 From: agracio Date: Wed, 26 Feb 2025 19:42:48 +0000 Subject: [PATCH] updating test config --- test/configCI.json | 4 +++- tools/test.js | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/configCI.json b/test/configCI.json index 6ea87357..bcc474c4 100644 --- a/test/configCI.json +++ b/test/configCI.json @@ -9,7 +9,9 @@ }, "mochaJunitReporterReporterOptions": { "mochaFile": "test-results-{id}.xml", + "rootSuiteTitle": "", "includePending": true, - "jenkinsMode": true + "jenkinsMode": true, + "outputs": true } } \ No newline at end of file diff --git a/tools/test.js b/tools/test.js index df07266c..9fdf5928 100644 --- a/tools/test.js +++ b/tools/test.js @@ -54,7 +54,6 @@ function build(){ } runOnSuccess(0); }); - //run('cp', ['../test/bin/Debug/net6.0/test.dll', '../test/测试/Edge.Tests.CoreClr.dll'], runOnSuccess); } }); }