neopragma/cobol-unit-test

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

Opened this issue · 0 comments

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.