cwltool: make coverage.html; make coverage-report fails
make coverage.html
make coverage-report fails
these commands fail due to the following error:
Finished processing dependencies for cwltool==1.0.20170309164828
export COVERAGE_PROCESS_START=/home/manu/github/cwltool/.coveragerc; \
cd ; ./run_test.sh RUNNER=cwltool
/bin/sh: 2: ./run_test.sh: not found
Makefile:110: recipe for target '.coverage' failed
make: *** [.coverage] Error 127
related line of code in makefile: https://github.com/common-workflow-language/cwltool/blob/master/Makefile#L111
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (22 by maintainers)
Commits related to this issue
- Squashed 'cwltool/schemas/' changes from 1550753..aa320ec aa320ec Merge pull request #342 from common-workflow-language/fix-mystery-package-errors 3c6eaff Update for rename of argparse2cwl to argpars... — committed to qiukunlong/cwltool by mr-c 8 years ago
- Merge pull request #334 from StarvingMarvin/master Explicit 'args' output for three tests in draft-2, draft-3 and v1.0 — committed to common-workflow-language/cwltool by mr-c 8 years ago
@mr-c Working now. Need to remove hardcoded paths though
@mr-c thanks for pointing this out. I was using them yesterday while debugging my PR: https://github.com/common-workflow-language/cwltool/pull/337
I’m thinking of adding short description on running
toxlocally. And adding essential contents from https://github.com/common-workflow-language/cwltool/blob/master/cwltool/schemas/CONFORMANCE_TESTS.md