File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ echo Building googletest solution: %REPOSITORY_ROOT%\third_party\googletest\msvc
33echo =======================================================================
44cd /d %REPOSITORY_ROOT% \third_party\googletest\msvc2010
55msbuild " gtest.sln" /m /verbosity:minimal
6-
7- echo =======================================================================
8- echo Building googletest solution (done)
9- echo =======================================================================
6+ echo done.
7+ echo .
8+ echo .
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ echo done.
2020echo .
2121
2222echo ======================================================================
23- echo Cloning google test repository
23+ echo Cloning googletest repository
2424echo =======================================================================
2525git clone https://github.com/google/googletest.git %REPOSITORY_ROOT% \third_party\googletest
2626cd /d %REPOSITORY_ROOT% \third_party\googletest
@@ -29,7 +29,7 @@ echo done.
2929echo .
3030
3131echo =======================================================================
32- echo Generating google test Visual Studio 2010 solution
32+ echo Generating googletest Visual Studio 2010 solution
3333echo =======================================================================
3434cd /d %REPOSITORY_ROOT% \third_party\googletest
3535
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ echo =======================================================================
22echo Displaying Environnment Variables
33echo =======================================================================
44set
5+ echo done.
6+ echo .
You can’t perform that action at this time.
0 commit comments