Skip to content
Snippets Groups Projects
Commit aa8f5988 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

force usage of local lib directory

parent 1181aff4
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ sub run_executable {
my @args = $args ? split(/\s+/, $args) : ();
run(
[ $EXECUTABLE_NAME, 'bin/' . $executable, @args ],
[ $EXECUTABLE_NAME, '-I', 'lib', 'bin/' . $executable, @args ],
\my ($in, $out, $err)
);
return ($out, $err, $CHILD_ERROR >> 8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment