X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Ftools%2FtoolTestRunner.cxx;h=192f77b200b1d7a583fe974408b7189beacc29b9;hb=d90dd976c7ddbc78a397575f049a49a47cb031bb;hp=26001a0768ea92a11b3845b09bcadf19b8981e5d;hpb=627ed56d8b46f182a45781a6a26aa099638371b1;p=clitk.git diff --git a/tests/tools/toolTestRunner.cxx b/tests/tools/toolTestRunner.cxx index 26001a0..192f77b 100644 --- a/tests/tools/toolTestRunner.cxx +++ b/tests/tools/toolTestRunner.cxx @@ -79,8 +79,6 @@ int main(int argc, char** argv){ //run the command line system(cmd_line.str().c_str()); - exit(1); - //files should be equal, so if this is the case return success=0 int fail = (itksys::SystemTools::FilesDiffer(outFile.c_str(), refFile))?1:0; remove(outFile.c_str());