Commit 6d4534c8 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

testapi: Now that relative modules work in a nearly unified manner on all...

testapi: Now that relative modules work in a nearly unified manner on all platform, no need to put that much plugin path.
parent 58e0c826
......@@ -274,7 +274,7 @@ int main (int argc, char *argv[])
args[0] = "-vvv";
args[1] = "-I";
args[2] = "dummy";
args[3] = "--plugin-path=../modules:../../modules";
args[3] = "--plugin-path=../modules";
args[4] = "--vout=dummy";
args[5] = "--aout=dummy";
for (int i = 1; i < argc; i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment