Skip to content

Commit

Permalink
!
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 14, 2025
1 parent fdcb534 commit 7cc818f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions e2e/assets/expect_scripts/ctrl_c_right_after_dfx_start.exp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ set timeout 330

spawn dfx cache install
expect "Installed dfx"

spawn dfx start --clean
if [info exists env(USE_POCKETIC)] {
spawn dfx start --pocketic --clean
} else {
spawn dfx start --clean
}
set pid [exp_pid]
expect "Using" {
sleep 1
Expand Down

0 comments on commit 7cc818f

Please sign in to comment.