Created
September 18, 2019 20:06
-
-
Save sjha4/1c1a271da7a40fdbba4a5ea72bee556a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| KATELLO_PATH=/home/vagrant/katello | |
| if [[ -n $1 ]] | |
| then | |
| RAKE_PATH=`bundle show rake` | |
| mode=all ruby -I"lib:test:${KATELLO_PATH}/test:${KATELLO_PATH}/spec" -I"${RAKE_PATH}/lib" $@ | |
| else | |
| mode=all bundle exec rake test:katello | |
| fi |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to copy the cert info from foreman's settings.yaml to settings.yaml.test