Fix decode/typed_test toolchain use.
This commit is contained in:
parent
0f18b63197
commit
5a435c2f79
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ TC=${TC?Supply a toolchain in this environment variable}
|
|||
|
||||
export DECODE_TYPE_CRATE_DIR=${REPO_DIR}/test_type
|
||||
export DECODE_TYPE_NAME=framed_test_type::Test
|
||||
export TC
|
||||
|
||||
cargo +${TC} run -p framed_test_type > target/test_output;
|
||||
cat target/test_output | hd;
|
||||
|
|
Loading…
Reference in a new issue