Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 25, 2024
1 parent 903df62 commit 4e15e63
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions e2e/tests-dfx/extension.bash
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,8 @@ EOF
setup_rust

dfx new rbe --type rust-by-extension --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
cd rbe || exit
#cargo update

dfx_start
assert_command dfx deploy
assert_command dfx canister call rbe_backend greet '("Rust By Extension")'
Expand Down Expand Up @@ -144,15 +137,8 @@ EOF
assert_command cat rbe/proof.txt
assert_eq "just-proves-it-used-the-project-template"

#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
cd rbe || exit
#cargo update

dfx_start
assert_command dfx deploy
assert_command dfx canister call rbe_backend greet '("Rust By Extension")'
Expand Down

0 comments on commit 4e15e63

Please sign in to comment.