We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a25d8a commit f135961Copy full SHA for f135961
tests/test_examples.py
@@ -892,6 +892,6 @@ def test_v1_0_position_expression():
892
test_file = "tests/echo-position-expr.cwl"
893
test_job = "tests/echo-position-expr-job.yml"
894
error_code, stdout, stderr = get_main_output(
895
- [get_data(test_file), get_data(test_job)])
+ ['--debug', get_data(test_file), get_data(test_job)])
896
assert "is not int" in stderr, stderr
897
assert error_code == 1
0 commit comments