]> Creatis software - clitk.git/blobdiff - tests/tools/toolTestRunner.cxx
tests for getSpacing and getInfo
[clitk.git] / tests / tools / toolTestRunner.cxx
index 26001a0768ea92a11b3845b09bcadf19b8981e5d..192f77b200b1d7a583fe974408b7189beacc29b9 100644 (file)
@@ -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());