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