
+ Adding some more invite status checks + Adding a verbose invite usage check for sanity reasons - Removing run-api-tests script as it now goes into the /scripts/ directory + Adding the wss-hmac setup from the command line arg It was literally just 1 if statement that I forgot to write in
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/bash
|
|
source ./client-tests/bin/activate
|
|
python3 client-tests/main.py
|