Skip to content

Commit a9ef906

Browse files
committed
[win_build] Add exit message
1 parent 6e416a7 commit a9ef906

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

win_build.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ IF %ERRORLEVEL% == 1 (
136136
ECHO --------------------------------------------------------------------------
137137
ECHO Matlab tests failed, check details above.
138138
ECHO --------------------------------------------------------------------------
139+
) ELSE (
140+
ECHO --------------------------------------------------------------------------
141+
ECHO Build complete, all tests passed!
142+
ECHO Use "startup.m" to start your nix-mx experience!
143+
ECHO --------------------------------------------------------------------------
139144
)
140145

141146
DEL %TEST_LOG%

0 commit comments

Comments
 (0)