https://gitlab.com/tezos/tezos
Revision 9a116357e4e3910b7a35d6b98e88662600d1c904 authored by martoon on 23 November 2023, 13:43:23 UTC, committed by martoon on 23 November 2023, 14:44:42 UTC
Problem: if a normal error occurs, we continue processing other tests.
But not in case of a panic, which are still possible at least because we
have plenty of `todo!(...)`s.

I want to run things like `tzt-runner pack*` and not worry about some
tests being not checked.

Solution: catch panics in the loop that goes over files.
1 parent 3348672
History
Tip revision: 9a116357e4e3910b7a35d6b98e88662600d1c904 authored by martoon on 23 November 2023, 13:43:23 UTC
MIR: Catch panics in tzt-runner
Tip revision: 9a11635
File Mode Size
.cargo
.github
.gitlab
_coverage_output
contrib
devtools
docs
emacs
manifest
michelson_test_scripts
nix
opam
script-inputs
scripts
src
tezt
vendors
.dockerignore -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 369 bytes
.gitignore -rw-r--r-- 2.8 KB
.gitlab-ci.yml -rw-r--r-- 8.1 KB
.npmrc -rw-r--r-- 62 bytes
.ocamlformat -rw-r--r-- 388 bytes
.pylintrc -rw-r--r-- 17.4 KB
CHANGES.rst -rw-r--r-- 5.8 KB
CODEOWNERS -rw-r--r-- 4.8 KB
Dockerfile -rw-r--r-- 4.5 KB
LICENSE -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 19.0 KB
README.md -rw-r--r-- 3.5 KB
build.Dockerfile -rw-r--r-- 3.2 KB
contributing.md -rw-r--r-- 2.2 KB
default.nix -rw-r--r-- 3.3 KB
dune -rw-r--r-- 903 bytes
dune-project -rw-r--r-- 6.2 KB
dune-workspace -rw-r--r-- 509 bytes
kernels.mk -rw-r--r-- 5.8 KB
package-lock.json -rw-r--r-- 1006 bytes
package.json -rw-r--r-- 345 bytes
poetry.lock -rw-r--r-- 59.5 KB
pyproject.toml -rw-r--r-- 1.0 KB
rust-toolchain -rw-r--r-- 7 bytes
shell.nix -rw-r--r-- 4.0 KB

README.md

back to top