summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorTanner Gooding <tannergooding@users.noreply.github.com>2015-05-01 10:54:04 -0700
committerTanner Gooding <tannergooding@users.noreply.github.com>2015-05-01 10:54:04 -0700
commit1272e792d82ab47c6950a99eb685150cacad98ee (patch)
tree57beb959f6c82e599b7c979c6a57d795d9fe354a /tests/runtest.cmd
parent55a733da472a729d7e4a1d7de5e5458299d8f736 (diff)
downloadcoreclr-1272e792d82ab47c6950a99eb685150cacad98ee.tar.gz
coreclr-1272e792d82ab47c6950a99eb685150cacad98ee.tar.bz2
coreclr-1272e792d82ab47c6950a99eb685150cacad98ee.zip
Only clean previous output for the selected configuration.
This modifies the `build.cmd`, `build.sh`, and `buildtest.cmd` to only remove previous output (binaries, intermediates, and logs) for the selected configuration when the `clean` argument is specified. This also modifies `runtest.cmd` to output log files in the same format as `build.cmd`, `build.sh`, and `buildtest.cmd` do currently.
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 3624169038..1ed602bb54 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -77,8 +77,8 @@ if not exist %__LogsDir% md %__LogsDir%
:SkipDefaultCoreRootSetup
set __XunitWrapperBuildLog=%__LogsDir%\Tests_XunitWrapper_%__BuildOS%__%__BuildArch%__%__BuildType%.log
set __TestRunBuildLog=%__LogsDir%\TestRunResults_%__BuildOS%__%__BuildArch%__%__BuildType%.log
-set __TestRunHtmlLog=%__LogsDir%\TestRun_%__BuildOS%__%__BuildArch%_%__BuildType%.html
-set __TestRunXmlLog=%__LogsDir%\TestRun_%__BuildOS%__%__BuildArch%_%__BuildType%.xml
+set __TestRunHtmlLog=%__LogsDir%\TestRun_%__BuildOS%__%__BuildArch%__%__BuildType%.html
+set __TestRunXmlLog=%__LogsDir%\TestRun_%__BuildOS%__%__BuildArch%__%__BuildType%.xml
echo "Core_Root that will be used is : %Core_Root%"
echo "Starting The Test Run .. "