Alcotezt-UX: fix invocation headers II
Related to issue #5172 (closed)
Invocation headers
- Test files have traditionally contained a "test header", as described here: https://tezos.gitlab.io/developer/testing.html#conventions, including an invocation header.
- During the project, we've broken most of the invocation headers. Here's an example of a broken header: https://gitlab.com/tezos/tezos/blob/master/src/proto_016_PtMumbai/lib_client/test/test_client_proto_context.ml#L29
The current fix is to rewrite it as:
dune exec [TEST_FOLDER]/main.exe
lib_requester/testlib_rpc_http/testlib_shell/testlib_shell_services/testlib_signer_backends/testlib_signer_backends/unix/testlib_stdlib/testlib_stdlib/test-unixlib_stdlib_unix/testlib_workers/test
Edited by lykimquyen