|
@@ -123,6 +123,7 @@ function run_tests {
|
123
|
123
|
echo $'Unable to encrypt password'
|
124
|
124
|
exit 72725
|
125
|
125
|
fi
|
|
126
|
+ echo $'Password encrypted'
|
126
|
127
|
returned_pass=$(${PROJECT_NAME}-pass -u root -a tests)
|
127
|
128
|
if [[ "$pass" != "$returned_pass" ]]; then
|
128
|
129
|
echo "pass :${pass}:"
|
|
@@ -130,6 +131,7 @@ function run_tests {
|
130
|
131
|
echo "returned :${returned_pass}:"
|
131
|
132
|
exit 73825
|
132
|
133
|
fi
|
|
134
|
+ echo $'Password decrypted'
|
133
|
135
|
${PROJECT_NAME}-pass -u root --rmapp tests
|
134
|
136
|
echo "Tests passed"
|
135
|
137
|
}
|