From f12b414057b8f53f2a7c266a4aec547f1ffb8aa8 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 4 Jul 2021 11:15:05 -0400 Subject: [PATCH] unit tests pass on Linux fail on Windows #2902 --- unit_tests/compile.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/compile.bat b/unit_tests/compile.bat index 402aa98bd1..9f106c28e8 100644 --- a/unit_tests/compile.bat +++ b/unit_tests/compile.bat @@ -1,2 +1,4 @@ @echo off +echo "gcc version:" +x86_64-w64-mingw32-gcc -v sh.exe compile.sh