From 2b24cdf82736c9933d1832ceac2b8065c0bdef97 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 19 Sep 2018 18:08:46 +0530 Subject: [PATCH] test spawn to input commands --- conf/first_run.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/first_run.exp b/conf/first_run.exp index c54de6c..8e17c7f 100644 --- a/conf/first_run.exp +++ b/conf/first_run.exp @@ -9,8 +9,8 @@ set email [lindex $argv 4] set port [lindex $argv 5] - -spawn cd $final_path && cargo run +cd $final_path +spawn cargo run expect "First let's check that you have all the required dependencies. Press Enter to start."