Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 25, 2024
1 parent 09b3c39 commit e256db2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions e2e/tests-dfx/extension.bash
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,19 @@ EOF
setup_rust

dfx new rbe --type rust-by-extension --no-frontend
dfx new rbc --type rust --no-frontend
#dfx new rbc --type rust --no-frontend
echo "RBE"
cat rbe/dfx.json
find rbe -type f
echo "RBC"
cat rbc/dfx.json
find rbc -type f
#echo "RBC"
#cat rbc/dfx.json
#find rbc -type f
cd rbe || exit
cargo update
#cargo update
dfx_start
assert_command dfx deploy
assert_command dfx canister call rbe_backend greet '("Rust By Extension")'
assert_contains "Hello, Rust By Extension!"
}

@test "run an extension command with a canister type defined by another extension" {
Expand Down

0 comments on commit e256db2

Please sign in to comment.