aldefouw / redcap_cypress_docker

Start here to work with REDCap Cypress Test Framework on a developer machine. This is a Developer Toolkit to install a test environment to run REDCap Cypress against an instance of REDCap.
MIT License
3 stars 7 forks source link

in download_redcap.sh script if you have a space in your password then script generate errors #8

Closed hpotier closed 3 days ago

hpotier commented 1 month ago

Here the issue image

Adding " to password="$password" will resolve the issue.

I've also delete the -v to not have a long list of report: image

aldefouw commented 3 days ago

@hpotier - thanks for the suggestion. Do you want to issue a pull request?

https://github.com/aldefouw/redcap_cypress_docker/compare/main...hpotier:redcap_cypress_docker:patch-HP

Can you elaborate upon what the issue is with the verbose flag (-v)? Is it simply too noisy or is there a technical issue with it?

hpotier commented 3 days ago

done!