| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,8 @@ if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok | |||
| 78 | 78 | if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok | |
| 79 | 79 | if /i "%1"=="enable-vtune" set enable_vtune_profiling="--enable-vtune-profiling"&goto arg-ok | |
| 80 | 80 | ||
| 81 | - echo Warning: ignoring invalid command line option `%1`. | ||
| 81 | + echo Error: invalid command line option `%1`. | ||
| 82 | + exit /b 1 | ||
| 82 | 83 | ||
| 83 | 84 | :arg-ok | |
| 84 | 85 | :arg-ok | |
| Back | FazBrowse Home | New Git URL |
0 commit comments