diff options
author | Cre3per <12541974+Cre3per@users.noreply.github.com> | 2022-10-26 15:37:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 15:37:45 +0200 |
commit | 193b8828c5b437b61d6310391fff6a9c6f393b0a (patch) | |
tree | 57e6dd95eab2026ba1278fac8f39f5b1469df7e4 /cli/tests/integration/run_tests.rs | |
parent | 6cd9343e8b6f6ede22ec56b06e6918a80c9a3ddd (diff) |
feat(cli): show error cause recursion information (#16384)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 67003a949..99e122c69 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3460,6 +3460,12 @@ itest!(error_cause { exit_code: 1, }); +itest!(error_cause_recursive_aggregate { + args: "run error_cause_recursive_aggregate.ts", + output: "error_cause_recursive_aggregate.ts.out", + exit_code: 1, +}); + itest!(error_cause_recursive_tail { args: "run error_cause_recursive_tail.ts", output: "error_cause_recursive_tail.ts.out", |