Page MenuHomePhabricator

[proof-manager-cli] Rename the proof-manager executable to proof-manager-cli
ClosedPublic

Authored by Fabien on Tue, Nov 18, 15:27.

Details

Summary

This is more in line with the naming convention and so far there is no gui anyway.

Test Plan
cd apps/proof-manager-cli
cargo build --release

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Tue, Nov 18, 15:27

Tail of the build log:

test test_output_to_file ... FAILED

failures:

---- test_decode_auto_detection_json stdout ----

thread 'test_decode_auto_detection_json' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- test_decode_json_stakes stdout ----

thread 'test_decode_json_stakes' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_both_format_output stdout ----

thread 'test_both_format_output' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_decode_json_to_hex_stakes stdout ----

thread 'test_decode_json_to_hex_stakes' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_json_output_structure stdout ----

thread 'test_json_output_structure' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_nonexistent_file stdout ----

thread 'test_nonexistent_file' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_invalid_json_input stdout ----

thread 'test_invalid_json_input' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }

---- test_output_to_file stdout ----

thread 'test_output_to_file' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }


failures:
    test_both_format_output
    test_decode_auto_detection_json
    test_decode_json_stakes
    test_decode_json_to_hex_stakes
    test_invalid_json_input
    test_json_output_structure
    test_nonexistent_file
    test_output_to_file

test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

error: test failed, to rerun pass `--test decode`
Build proof-manager-cli failed with exit code 101
Fabien planned changes to this revision.Tue, Nov 18, 16:12
This revision is now accepted and ready to land.Tue, Nov 18, 19:51