run.sh 226 B

12345678910111213141516171819
  1. #!/bin/bash
  2. set -e
  3. source ../tools.sh
  4. # Install the node test framework
  5. npm install --silent >/dev/null
  6. install_ffmpeg
  7. start_owncast
  8. start_stream
  9. sleep 10
  10. # Run tests against a fresh install with no settings.
  11. npm test