Configures tests even when configureonly is provided (dotnet/coreclr#8308)
authorJonghyun Park <parjong@gmail.com>
Fri, 25 Nov 2016 15:07:39 +0000 (00:07 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 25 Nov 2016 15:07:39 +0000 (07:07 -0800)
The current script does not configure tests when configureonly is
provided.

This commit revises 'build.sh' to configure tests even when configureonly
is provided.

This commit makes it possible to build tests (including related components)
via configuring the whole projects and running make inside that directory.

Commit migrated from https://github.com/dotnet/coreclr/commit/9059610008205ac6c7c88e2a2651f61b94558ffc

src/coreclr/build.sh

index 706ee98..61b5ab1 100755 (executable)
@@ -581,7 +581,6 @@ while :; do
             __ConfigureOnly=1
             __SkipMSCorLib=1
             __SkipNuget=1
-            __IncludeTests=
             ;;
 
         skipconfigure)