We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e416a7 commit a9ef906Copy full SHA for a9ef906
win_build.bat
@@ -136,6 +136,11 @@ IF %ERRORLEVEL% == 1 (
136
ECHO --------------------------------------------------------------------------
137
ECHO Matlab tests failed, check details above.
138
139
+) ELSE (
140
+ ECHO --------------------------------------------------------------------------
141
+ ECHO Build complete, all tests passed!
142
+ ECHO Use "startup.m" to start your nix-mx experience!
143
144
)
145
146
DEL %TEST_LOG%
0 commit comments