From 6de8d61ab595b2975a01ba4068a3840a6f7aaacd Mon Sep 17 00:00:00 2001 From: Jarret Shook Date: Fri, 31 Aug 2018 11:25:20 -0700 Subject: Fix build-test.sh wrapper build (#19779) * Fix build-test.sh wrapper build In addition this change creates a json file with the build info so that the wrapper build may be skipped if it was built on the same os/arch/buildtype. * Address pr feedback --- build-test.cmd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-test.cmd') diff --git a/build-test.cmd b/build-test.cmd index 18100515b2..361a3f8c31 100644 --- a/build-test.cmd +++ b/build-test.cmd @@ -482,6 +482,8 @@ if errorlevel 1 ( exit /b 1 ) +echo { "build_os": "%__BuildOS%", "build_arch": "%__BuildArch%", "build_type": "%__BuildType%" } > "%__TestBinDir%/build_info.json" + :SkipBuildingWrappers REM ========================================================================================= -- cgit v1.2.3