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

fix cgi invocation

parent c0f7ef32
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ sub run_executable {
my @args = $args ? split(/\s+/, $args) : ();
run(
[ $EXECUTABLE_NAME, '-I', 'lib', 'bin/' . $executable, @args ],
[ $EXECUTABLE_NAME, '-T', '-I', 'lib', '-I', 't', '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