pdsinterop / test-suites

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

Add BASH script to run test against a local directory. #18

Closed Potherca closed 4 years ago

Potherca commented 4 years ago

This merge-request adds a script (based on runTests-dev.sh) that mounts a given local directory in the server-under-test.

This way it is trivial to run the test against a local server that is still under development.

The script requires a second parameter telling it where the directory is that should be mounted:

bash runTests-dev.sh 'php-solid-server' /path/to/php-solid-server

In comparison to the script it is based on, besides mounting a volume, this changes in this script: