This fixes the shell command used in init-dockerdata.sh that finds and then passes args to manage-test loaddata for loading fixtures into sierra-db-test. It was working on Mac, but I noticed it was not working correctly on TravisCI Linux (even though tests were all passing). Removing the quotation marks around the find command and converting newlines to spaces seems to have done the trick.
This fixes the shell command used in init-dockerdata.sh that finds and then passes args to manage-test loaddata for loading fixtures into sierra-db-test. It was working on Mac, but I noticed it was not working correctly on TravisCI Linux (even though tests were all passing). Removing the quotation marks around the
find
command and converting newlines to spaces seems to have done the trick.