diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-12-13 14:47:34 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-12-13 14:47:34 +0100 |
commit | 1c3e8da81578492575a227ecf49c2ca757cd5e99 (patch) | |
tree | 88394dacc1cbed04e8df3d7c7e5e16dcacaead24 /tools/buildsteps | |
parent | ee43a9af3a16a816fef4fef1619ba1bbf8e2a8fb (diff) |
[buildsteps][windows] run-tests doesn't use branch name
Diffstat (limited to 'tools/buildsteps')
-rw-r--r-- | tools/buildsteps/windows/run-tests.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/buildsteps/windows/run-tests.bat b/tools/buildsteps/windows/run-tests.bat index 0aad860026..04c2f3e7a3 100644 --- a/tools/buildsteps/windows/run-tests.bat +++ b/tools/buildsteps/windows/run-tests.bat @@ -23,14 +23,10 @@ rem ------------------------------------------------------------- rem CONFIG START SET exitcode=0 SET useshell=sh -SET BRANCH=na SET buildconfig=Release SET PreferredToolArchitecture=x64 - :: sets the BRANCH env var - call getbranch.bat - rem CONFIG END rem ------------------------------------------------------------- |