Commit 2f6dcdae authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fix mistake of automatic script to remove new tests

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -193,6 +193,7 @@ int Execute(int argc, char * argv[])
argc -= 1;
argv += 1;
// Create the appropriate itk process
itksysProcess * process = itksysProcess_New();
itksysProcess_SetCommand(process, argv);
itksysProcess_SetPipeShared(process, itksysProcess_Pipe_STDOUT, true);
itksysProcess_SetPipeShared(process, itksysProcess_Pipe_STDERR, true);
......
Supports Markdown
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