-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various things so the test scripts pass #197
Conversation
tests/test_cfengine.sh
Outdated
@@ -6,7 +6,7 @@ cd `dirname $0` | |||
PSQL=../ci/docker/psql.sh | |||
|
|||
# Configure where reqcert will look for CFEngine keys | |||
docker exec docker_nivlheimweb_1 sh -c 'echo "CFEngineKeyDir=/var/cfekeys" >> /etc/nivlheim/server.conf' | |||
docker exec docker-nivlheimapi-1 sh -c 'echo "CFEngineKeyDir=/var/cfekeys" >> /etc/nivlheim/server.conf' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denne trengs vel ikke lenger? Er satt i server.conf vi kopierer inn i containeren. Eller mounter vi opp en annen server.conf i testene?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Det stemmer nok. Skal fjerne det..
…id a potential nil dereference
No description provided.