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 880ca99 commit b3090f8Copy full SHA for b3090f8
vcbuild.bat
@@ -78,7 +78,8 @@ if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok
78
if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
79
if /i "%1"=="enable-vtune" set enable_vtune_profiling="--enable-vtune-profiling"&goto arg-ok
80
81
-echo Warning: ignoring invalid command line option `%1`.
+echo Error: invalid command line option `%1`.
82
+exit /b 1
83
84
:arg-ok
85
0 commit comments