]> git.ipfire.org Git - thirdparty/openssl.git/commit
Prevent extended tests run unexpectedly in appveyor
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 28 May 2020 09:20:50 +0000 (11:20 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 2 Jun 2020 09:34:32 +0000 (11:34 +0200)
commitd805b83166538907535862372c16ff6ceb648b21
tree4e1ee855dda4227959632268a696d8f0d869c999
parent23ccae80bd58adfe89e3e345414684eb82bdb531
Prevent extended tests run unexpectedly in appveyor

Reason turns out that "git log -2" is picking up a merge
commit and a random commit message from the master branch.

Restore the expected behavior by using
git log -1 $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11981)
appveyor.yml