DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
7 stars 2 forks source link

RunAllPrivilegeTests script uses non-relative paths and does not specify error behavior (M)(W) #187

Closed afig closed 6 years ago

afig commented 6 years ago

runAllPrivilegeTests.psql should use the \ir flag instead of \i, allowing it to be run from a different location.

Also, the script should specify \set ON_ERROR_STOP off, in order to not stop after the first intentional fail, and to ensure that proper cleanup occurs.

afig commented 6 years ago

Resolved by PR #190.