]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/ci-3.sh
Fix mocha commands
[github/Chocobozzz/PeerTube.git] / server / tests / api / ci-3.sh
1 #!/usr/bin/env sh
2
3 set -eu
4
5 videosFiles=$(find server/tests/api/videos -type f | grep -v index.ts | xargs echo)
6
7 MOCHA_PARALLEL=true npm run mocha -- --timeout 30000 --exit --require ts-node/register --bail \
8 $videosFiles