Skip to content

[Shell] rename demo to proto_test_injection in tests

Philippe B. requested to merge nomadic-labs/tezos:philb@rename_proto_demo into master

There are currently two test protocols with the same name (demo). src/proto_demo is linked to the node and is used in test_state.ml and test_voting.ml. bin_client/test/demo is injected in two tests (test_injection.sh and test_voting.sh). This MR renames bin_client/test/demo to bin_client/test/proto_test_injection to avoid confusion.

Edited by Philippe B.

Merge request reports