More echoes
This commit is contained in:
parent
ca17c23fea
commit
120c2649c0
|
@ -123,6 +123,7 @@ function run_tests {
|
|||
echo $'Unable to encrypt password'
|
||||
exit 72725
|
||||
fi
|
||||
echo $'Password encrypted'
|
||||
returned_pass=$(${PROJECT_NAME}-pass -u root -a tests)
|
||||
if [[ "$pass" != "$returned_pass" ]]; then
|
||||
echo "pass :${pass}:"
|
||||
|
@ -130,6 +131,7 @@ function run_tests {
|
|||
echo "returned :${returned_pass}:"
|
||||
exit 73825
|
||||
fi
|
||||
echo $'Password decrypted'
|
||||
${PROJECT_NAME}-pass -u root --rmapp tests
|
||||
echo "Tests passed"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue