Skip to content

Commit f135961

Browse files
committed
generate full stack trace while testing
1 parent 3a25d8a commit f135961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,6 @@ def test_v1_0_position_expression():
892892
test_file = "tests/echo-position-expr.cwl"
893893
test_job = "tests/echo-position-expr-job.yml"
894894
error_code, stdout, stderr = get_main_output(
895-
[get_data(test_file), get_data(test_job)])
895+
['--debug', get_data(test_file), get_data(test_job)])
896896
assert "is not int" in stderr, stderr
897897
assert error_code == 1

0 commit comments

Comments
 (0)