You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script is written in bash (or sh) and launch the passhport client wiht all options possible.
Create a new database test (on a temporary directory... we don't want erase the actual database)
Every test is run one by one.
All the returns are tested and the result is done at the end of the script (ie: "12/22 tests passsed") and the failed tests are raising an error during the process.
The database is moved/erased. We restore the normal behavior.
The text was updated successfully, but these errors were encountered:
I change my mind. The goal is to test rapidly and have a nice and easy to read output.
-> One shellscript by module (user/target/usergroup/targetgroup)
-> output with "OK" or "ERROR" on each test
I'll create more issues for other modules since user module is done.
The script is written in bash (or sh) and launch the passhport client wiht all options possible.
The text was updated successfully, but these errors were encountered: