[xharness] Add project configuration to run Jenkins-style tests. (#3249)

This commit is contained in:
Rolf Bjarne Kvinge 2018-01-18 07:16:24 +01:00 коммит произвёл GitHub
Родитель dee0fd984a
Коммит 034ce91212
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,10 @@
<StartAction>Project</StartAction> <StartAction>Project</StartAction>
<StartArguments>--verbose --jenkins:server --autoconf --rootdir ..</StartArguments> <StartArguments>--verbose --jenkins:server --autoconf --rootdir ..</StartArguments>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Run Jenkins tests' ">
<StartAction>Project</StartAction>
<StartArguments>--verbose --jenkins --autoconf --rootdir ..</StartArguments>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />