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
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ sub run_executable { ...@@ -34,7 +34,7 @@ sub run_executable {
my @args = $args ? split(/\s+/, $args) : (); my @args = $args ? split(/\s+/, $args) : ();
run( run(
[ $EXECUTABLE_NAME, 'bin/' . $executable, @args ], [ $EXECUTABLE_NAME, '-I', 'lib', 'bin/' . $executable, @args ],
\my ($in, $out, $err) \my ($in, $out, $err)
); );
return ($out, $err, $CHILD_ERROR >> 8); return ($out, $err, $CHILD_ERROR >> 8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment