[Ipopt-tickets] [Ipopt] #46: How to determine success after running "make test"?

Ipopt coin-trac at coin-or.org
Fri Oct 19 18:52:37 EDT 2007


#46: How to determine success after running "make test"?
------------------------------+---------------------------------------------
Reporter:  jpfasano           |       Owner:  ipopt-team
    Type:  enhancement        |      Status:  new       
Priority:  normal             |   Component:  Ipopt     
 Version:  3.3 (C++ Version)  |    Severity:  normal    
Keywords:                     |  
------------------------------+---------------------------------------------
 Presently "make test" writes the message "******** Test FAILED! ********"
 when an error is detected.  Of course if Ipopt crashes before writing this
 message, then the message will not be written. Therefore checking for the
 presence of this message is not a good way to determine the success of
 'make test'.[[BR]][[BR]]

 It would be nice if on success Ipopt's test program had a return code of 0
 and displayed the message "All tests completed successfully". If a problem
 is detected then it should return with a non-zero return code.[[BR]][[BR]]

 If this change was made then Ipopt would be consistent with many other
 COIN-OR projects and nightly build scripts could be written to automate
 the checking of "make test"s results.

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/46>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list