run.sh 202 B

1234567891011121314151617
  1. #!/bin/bash
  2. set -e
  3. source ../tools.sh
  4. # Install the node test framework
  5. npm install --quiet --no-progress
  6. install_ffmpeg
  7. start_owncast
  8. start_stream
  9. # Run the tests against the instance.
  10. npm test