neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

The run-ut script should pass the --clean option through to the compile script #78

Open neopragma opened 9 years ago

neopragma commented 9 years ago

The compile script takes a command-line argument --clean that causes it to delete the existing executable if it exists. The run-ut script calls the compile script but does not accept the --clean command-line argument, so it fails before it gets to the compile step when --clean is specified.