Add log messages to install.sh

This commit is contained in:
Rezart Qelibari
2022-02-12 20:21:02 +01:00
parent 216cd329c0
commit 594467ec52
4 changed files with 31 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Describe 'answerQuestionsFromConfigOrAskUser'
Include ./install.sh
lop setoutput -l panic tostdout
mod="testmod"
It 'does nothing if module has no questions'

View File

@@ -1,5 +1,6 @@
Describe 'askNecessaryQuestions'
Include ./install.sh
lop setoutput -l panic tostdout
It 'sets config app name'
appname=''

View File

@@ -1,5 +1,7 @@
Describe 'filterModules'
Include ./install.sh
lop setoutput -l panic tostdout
It 'returns all modules if no module arg is given'
allModules=(module1 module2 'module3 with space') modulesToInstall=()
When call filterModules