Skip to content

Commit ee7e2aa

Browse files
authored
use path to plugin bundle dir for vst3validator tests (#153)
1 parent 552a311 commit ee7e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/tests/BasicTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ struct VST3validator : public PluginTest
769769
if (ut.getOptions().strictnessLevel > 5)
770770
cmd.add ("-e");
771771

772-
cmd.add (desc.fileOrIdentifier);
772+
cmd.add (ut.getFileOrID());
773773

774774
juce::ChildProcess cp;
775775
const auto started = cp.start (cmd);

0 commit comments

Comments
 (0)