More echoes

This commit is contained in:
Bob Mottram 2017-06-24 21:00:56 +01:00
parent ca17c23fea
commit 120c2649c0
1 changed files with 2 additions and 0 deletions

View File

@ -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"
}