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:35:47 +0000 (11:35 +0200)
commit3476de9199c1079162399eeb858a8580ef478b18
tree728ff905971d3f19e43981dc83934756fd59caa9
parent3fc83feae0bc3fcfbb7cfc8a927bb4a888a7663b
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)

(cherry picked from commit d805b83166538907535862372c16ff6ceb648b21)
appveyor.yml