mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
update tests - PR #1774
This commit is contained in:
parent
e6949e148d
commit
c4de30d549
1 changed files with 3 additions and 0 deletions
|
@ -19,4 +19,7 @@ CA_PASSWORD_OUT=$(grep ca_password: configs/localhost/.config.yml | awk '{print
|
||||||
|
|
||||||
if [ "$CA_PASSWORD" = "$CA_PASSWORD_OUT" ]; then
|
if [ "$CA_PASSWORD" = "$CA_PASSWORD_OUT" ]; then
|
||||||
echo "ca_password tests(PR #1774) passed"
|
echo "ca_password tests(PR #1774) passed"
|
||||||
|
else
|
||||||
|
echo "ca_password tests(PR #1774) failed"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue