File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function testPlugin()
6060 # "$PLUGINVAL_EXE" --validate-in-process --strictness-level 5 --validate "$PLUGIN_AU"
6161
6262 # Test out of process
63- " $PLUGINVAL_EXE " --strictness-level 5 --validate " $PLUGIN_VST3 "
63+ # "$PLUGINVAL_EXE" --strictness-level 5 --validate "$PLUGIN_VST3"
6464 # "$PLUGINVAL_EXE" --strictness-level 5 --validate "$PLUGIN_AU"
6565
6666 rm -rf " $TEMP_DIR /$PLUGIN_NAME "
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ exit /B %ERRORLEVEL%
6868 if %ERRORLEVEL% NEQ 0 exit 1
6969
7070 :: Test out of process
71- call " %PLUGINVAL_EXE% " --strictness-level 5 --validate %PLUGIN_VST3%
72- if %ERRORLEVEL% NEQ 0 exit 1
71+ :: call "%PLUGINVAL_EXE%" --strictness-level 5 --validate %PLUGIN_VST3%
72+ :: if %ERRORLEVEL% NEQ 0 exit 1
7373
7474exit /B 0
You can’t perform that action at this time.
0 commit comments