cs3org / ocm-test-suite

Test suites for protocols a Personal Data Store may support
https://pdsinterop.org/test-suites/
MIT License
0 stars 8 forks source link

start-to-ownCloud.sh failing in GitHub Actions #56

Open michielbdejong opened 2 years ago

michielbdejong commented 2 years ago

https://github.com/cs3org/ocm-test-suite/runs/6902215362?check_suite_focus=true#step:3:8124 "the input device is not a TTY" Not sure what is causing this because the failing command seems to be: https://github.com/cs3org/ocm-test-suite/blob/9d50140/scripts/start-to-ownCloud.sh#L11

docker exec -it -e DBHOST=maria2.docker -e USER=marie -e PASS=radioactivity -u www-data oc2.docker sh /init.sh

Maybe need to get rid of the -it?