mirror of
https://github.com/curl/curl.git
synced 2026-06-08 23:34:15 +03:00
runtests: show MSYS and CYGWIN envs
https://cygwin.com/cygwin-ug-net/using-cygwinenv.html
This commit is contained in:
parent
c04292648f
commit
24fd798c37
1 changed files with 2 additions and 0 deletions
|
|
@ -875,6 +875,8 @@ sub checksystemfeatures {
|
|||
"* System: $hosttype\n");
|
||||
if($ci) {
|
||||
logmsg("* OS: $hostos\n",
|
||||
"* MSYS: $ENV{'MSYS'}\n",
|
||||
"* CYGWIN: $ENV{'CYGWIN'}\n",
|
||||
"* Perl: $^V ($^X)\n",
|
||||
"* diff: $havediff\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue