diff --git a/launch.sh b/launch.sh index 8f5e1b5..c744164 100755 --- a/launch.sh +++ b/launch.sh @@ -5,4 +5,4 @@ VM_SHELL="vagrant ssh -c" $VM_SHELL "cat | bash /dev/stdin $THIS_REPO_URL" < ../scripts/provision.sh # $VM_SHELL "bash ~/MozITP/scripts/startgui.sh" -# $VM_SHELL "cd ./MozITP/scripts/; ./menu.sh" +$VM_SHELL "cd ./MozITP/scripts/; ./menu.sh" diff --git a/scripts/menu.sh b/scripts/menu.sh index b27915d..6c03656 100755 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -2,7 +2,7 @@ echo "What would you like to do?" echo "" -echo " 1) Install Gaia Integration Test in JavaScript (GIJ)" +echo " 1) Install and run Gaia Integration Test in JavaScript (GIJ)" echo " 0) Exit" echo "" echo -n "Please select [ENTER]:"