summaryrefslogtreecommitdiff
path: root/build-test.cmd
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2017-04-24 10:12:38 -0700
committerSven Boemer <sbomer@gmail.com>2017-04-26 08:42:32 -0700
commitf60551763ccabdeca6171b55957e5a059f038818 (patch)
treec8d973f43b1784920d8c4347c481d9da237372fb /build-test.cmd
parent5c8b9a6870a58e0af250ff822ca395e3fd8268bb (diff)
downloadcoreclr-f60551763ccabdeca6171b55957e5a059f038818.tar.gz
coreclr-f60551763ccabdeca6171b55957e5a059f038818.tar.bz2
coreclr-f60551763ccabdeca6171b55957e5a059f038818.zip
Refactor ildasm round trip logic
This change factors the Ildasm round trip logic so that it should not require a separate test build. The ildasmroundtrip flag is no longer passed to build-test.cmd; instead the wrapper scripts are always generated with a check for an environment variable that can be set from runtests. Also remove separate test build for ilrt in the ci scripts
Diffstat (limited to 'build-test.cmd')
-rw-r--r--build-test.cmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-test.cmd b/build-test.cmd
index dbb4e8a1af..7a14908d25 100644
--- a/build-test.cmd
+++ b/build-test.cmd
@@ -448,7 +448,6 @@ echo 1: Build all tests with priority 0 and 1
echo 666: Build all tests with priority 0, 1 ... 666
echo -sequential: force a non-parallel build ^(default is to build in parallel
echo using all processors^).
-echo -ilasmroundtrip: enables ilasm round trip build and run of the tests before executing them.
echo -verbose: enables detailed file logging for the msbuild tasks into the msbuild log file.
exit /b 1