cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Remove demo_data. Fix test script exit codes. #271

Closed rhythnic closed 5 years ago

rhythnic commented 5 years ago

What does this PR do?

Do you have any concerns with this PR? No

How can the reviewer verify this PR?

Run demo or tests.

Any background context you want to provide?

The exit code from a bash script is the exit code of the last command. When I added Prisma, I used the last command to spin down the DB, so the test exit codes in Travis didn't represent the exit code from the test. I updated the scripts to store the exit code in a variable and use that code to exit the script.

Demo can now be run with:

Screenshots or logs (if appropriate)

Questions: